X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=74ba372032a0e475b80d515b39e30d2f72ed1a69;hp=1cac7519297c3c6cb43a7c3f7b450d7fa0255294;hb=a7bfe23bbce2453b007e827d401afaef99156a29;hpb=f5daf2d5d3f48c97070786591b263fc5d12fefcc diff --git a/config b/config index 1cac751..74ba372 100644 --- a/config +++ b/config @@ -54,8 +54,8 @@ MIRROR='http://cdn.debian.net/debian' # /etc/debootstrap/etc/apt/sources.list # KEEP_SRC_LIST='yes' -# add grml repository to /etc/apt/sources.list -# if empty then the repository won't be added (notice: in testing phase) +# add Grml repository to /etc/apt/sources.list +# if empty then the repository won't be added # GRMLREPOS='yes' # install packages from grml-pool? requires activated $GRMLREPOS from above @@ -63,9 +63,9 @@ MIRROR='http://cdn.debian.net/debian' # GRMLPACKAGES='grml-etc-core' # release (which Debian version should be installed) -# supported values: etch (old-stable), lenny (stable), -# squeeze (testing), sid (unstable) -RELEASE='lenny' +# supported values: lenny (old-stable), squeeze (stable), +# wheezy (testing), sid (unstable) +RELEASE='squeeze' # define components that should be used within sources.list # default: @@ -147,7 +147,7 @@ TUNE2FS='tune2fs -c0 -i0' # check filesystem when chroot stuff finished? FSCK='yes' -# which tool should be used for fsck? if unset the tool will be guesst based on $MKFS +# which tool should be used for fsck? if unset the tool will be guessed based on $MKFS # FSCKTOOL='' # which packages do you want do dpkg-reconfigure?