Update the README file
[ext/instance-debootstrap.git] / defaults
1 # ganeti-instance-debootstrap defaults file
2
3 # if you want to change from the default of installing debian stable
4 # on the next instance, customize this file before the instance
5 # installation
6
7 # MIRROR: do not customize MIRROR if you want to be able to install
8 # both debian and ubuntu, since they have different defaults; or
9 # customize it before each install
10 # MIRROR="http://ftp.debian.org/debian"
11
12 # ARCH: define ARCH only if you want a different architecture than the
13 # current one; the known use case is to install a 32-bit instance on a
14 # 64-bit node; choose either "i386" or "amd64":
15 # ARCH="i386"
16
17 # SUITE: change suite to any of the ones supported by deboostrap; this
18 # could be unstable, etch, etc.:
19 # SUITE="lenny"
20
21 # EXTRA_PKGS: depending on the suite and architecture you are using,
22 # different extra packages are needed for Xen support; if you are not
23 # using Xen, then Xen packages should not be installed and you should
24 # use a different, if any, value for it
25
26 # for etch/lenny i386:
27 # EXTRA_PKGS="linux-image-xen-686,libc6-xen"
28
29 # for etch amd64 (lenny doesn't have xen support in amd64):
30 # EXTRA_PKGS="linux-image-xen-amd64"
31
32 # GENERATE_CACHE: if set to yes (the default), create new cache files;
33 # any other value will disable the generation of cache files (but they
34 # will still be used if they exist)
35 GENERATE_CACHE="yes"
36
37 # CLEAN_CACHE: should be set to the number of days after which to
38 # clean the cache; the default is 14 (two weeks); to disable cache
39 # cleaning, set it to an empty value ("")
40 CLEAN_CACHE="14"