X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=eae6612ebe708f2a8b9ee032e4ad7ca577ebbd68;hp=bd8dcca37d14c61ed7d59db9cf55f568fe1ecc35;hb=aad526af3708cc6796d906eb877253435aa0c29c;hpb=fa164cea7481233fb376f1a3bb8ba56475f5228c diff --git a/config b/config index bd8dcca..eae6612 100644 --- a/config +++ b/config @@ -74,6 +74,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 +108,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'