X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=config;h=73de2e04248a5b7e77bc3e7b192619060f71a4c6;hb=bcc5b0463091840761b82f5a775d7980fd7c5d56;hp=d2d7e1627b141093ae9e3ef0ca9308358135a754;hpb=00a837dfd48ecee0daece8bbff5ac4aefc195abe;p=grml-debootstrap.git diff --git a/config b/config index d2d7e16..73de2e0 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: @@ -145,7 +145,7 @@ MKFS='mkfs.ext3' TUNE2FS='tune2fs -c0 -i0' # check filesystem when chroot stuff finished? -FSCK='yes' +# FSCK='yes' # which tool should be used for fsck? if unset the tool will be guessed based on $MKFS # FSCKTOOL=''