X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=6efc119ae2c26e324d401ce56eda56bdd8c7cf92;hp=f1798fee7a9381d730c6c93344b0b3daf383c0ea;hb=80fae65003d0e67cebb17c596092d805f0f7e0ea;hpb=6589216b03117f4630e5b480d86ea065347d82f1 diff --git a/config b/config index f1798fe..6efc119 100644 --- a/config +++ b/config @@ -37,7 +37,7 @@ # Set mirror where packages will be downloaded from. # Default: use /etc/debootstrap/etc/apt/sources.list if it exists, else -# 'http://cdn.debian.net/debian' +# 'http://http.debian.net/debian' # Usage example: # MIRROR='ftp://ftp.de.debian.org/debian' @@ -62,6 +62,11 @@ # Default: no default. # GRMLPACKAGES='grml-etc-core' +# To enable Debian's backports repository via +# /etc/apt/sources.list.d/backports.list set this variable to 'yes'. +# Default: 'no' +# BACKPORTREPOS='yes' + # Debian release that should be installed. # Supported values: lenny, squeeze, wheezy, sid # Default: 'wheezy' @@ -120,15 +125,15 @@ # Default: 'yes' (if file exists) # DEBCONF='no' -# Run scripts from /etc/debootstrap/chroot-scripts/ inside chroot. -# Default: 'yes' -# CHROOT_SCRIPTS='no' - # Run scripts from /etc/debootstrap/pre-scripts/ before creating the chroot. # Default: 'yes' # PRE_SCRIPTS='no' -# Run scripts from /etc/debootstrap/pre-scripts/ after setting up chroot. +# Run scripts from /etc/debootstrap/chroot-scripts/ inside chroot. +# Default: 'yes' +# CHROOT_SCRIPTS='no' + +# Run scripts from /etc/debootstrap/scripts/ after setting up chroot. # Default: 'yes' # SCRIPTS='no' @@ -170,6 +175,10 @@ # Default: 'yes' # LOCALES='no' +# locales that should be used as default. +# Default: 'en_US.UTF-8' +# DEFAULT_LOCALES='en_US.UTF-8' + # Use /usr/share/zoneinfo/$TIMEZONE for /etc/localtime. # Default: 'Europe/Vienna' # TIMEZONE='Europe/Vienna'