X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=2263704ed953fdfb7b91a1bfe06e2fbc277062ac;hp=bf05956f2e4160a79fbc5b16ffbca38ab353e591;hb=43dac4ce09bbfb4ae4d417e8951345820e9393b8;hpb=e495c534be193f4f8d96d9f2d6bf40289b2c1c37 diff --git a/config b/config index bf05956..2263704 100644 --- a/config +++ b/config @@ -3,7 +3,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Die Jun 05 14:00:07 CEST 2007 [mika] ################################################################################ ################################################################################ @@ -96,9 +95,9 @@ DEBOOTSTRAP='debootstrap' # Which debconf-frontend should be used? DEBIAN_FRONTEND='noninteractive' -# The single steps/stages of grml-deboostrap are stored inside /etc/debootstrap/stages +# The single steps/stages of grml-deboostrap are stored inside /var/cache/grml-debootstrap # by default. Use another directory instead? -# STAGES='/etc/debootstrap/stages' +# STAGES='/var/cache/grml-debootstrap' # install packages defined in /etc/debootstrap/packages? PACKAGES='yes' @@ -110,7 +109,7 @@ EXTRAPACKAGES='yes' CONFFILES='/etc/debootstrap/' # mount point where chroot actions should take place -MNTPOINT='/mnt/test' +# MNTPOINT='/mnt/debootstrap' # executable which should be run on $TARGET # unset it if you do not want to use it