X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=eab91884480384f388da6cfc1afe6c963166e710;hp=bd8dcca37d14c61ed7d59db9cf55f568fe1ecc35;hb=a3c10e584dd26528ca76e201ab8a0e6b061db3ac;hpb=fa164cea7481233fb376f1a3bb8ba56475f5228c diff --git a/config b/config index bd8dcca..eab9188 100644 --- a/config +++ b/config @@ -49,7 +49,8 @@ BOOT_APPEND='' # set mirror where debootstrap and chrootscript should download # packages from; if empty an existing # /etc/debootstrap/etc/apt/sources.list is used instead -MIRROR='ftp://ftp.de.debian.org/debian' +# MIRROR='ftp://ftp.de.debian.org/debian' +MIRROR='http://cdn.debian.net/debian' # specify directory of loopback mounted Debian-ISO so you don't # have to download all the core packages via network but can @@ -74,6 +75,10 @@ MIRROR='ftp://ftp.de.debian.org/debian' # squeeze (testing), sid (unstable) RELEASE='lenny' +# define components that should be used within sources.list +# default: +# COMPONENTS='main contrib non-free' + # architecture # if unset the default of the running system (see 'dpkg --print-architecture') will be taken # notice: installing an amd64 system requires a 64bit kernel @@ -104,6 +109,9 @@ DEBOOTSTRAP='debootstrap' # Which debconf-frontend should be used? DEBIAN_FRONTEND='noninteractive' +# execute aptitude/apt-get with any special options? +# DPKG_OPTIONS='-o APT::Get::AllowUnauthenticated=true -o aptitude::Cmdline::ignore-trust-violations=yes' + # The single steps/stages of grml-deboostrap are stored inside /var/cache/grml-debootstrap # by default. Use another directory instead? # STAGES='/var/cache/grml-debootstrap'