X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=53ff8ecb9008b6ede495c2bf4855e2f4e720d8d9;hp=c50a30087d7731314bc0cae3f43984e3c63b6c93;hb=a685e2baa015583556108b65de3f9215c0765797;hpb=f3a7ab6b9468d8424eb30d68df68929fffc05cf3 diff --git a/config b/config index c50a300..53ff8ec 100644 --- a/config +++ b/config @@ -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' @@ -192,4 +201,9 @@ # Default: '/etc/debootstrap/install_notes' (empty file). # INSTALL_NOTES='/etc/debootstrap/install_notes' +# Use fixed disk identifiers for Virtual Machine builds. +# Useful for reproducible builds. +# Default: 'no' +# FIXED_DISK_IDENTIFIERS='yes' + ## END OF FILE #################################################################