X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=413e31fc454b9e6c8c9609d78d871c261e8f0d55;hp=c4d3b8ee68b35af1f5f175e66fa49df4ca711ae3;hb=dc114039396dc660dfebab812986fc0760fc3af2;hpb=1fcd407ef06d457126c089c53b40a0af4a0acf2b diff --git a/config b/config index c4d3b8e..413e31f 100644 --- a/config +++ b/config @@ -24,6 +24,10 @@ # TARGET='/mnt/grml' # install into directory /mnt/grml # Install the grub bootloader? +# Default: 'yes' +# Usage example: +# GRUB_INSTALL='no' # Do not install the grub bootloader. + # Specify the device where grub will be installed. # Note: grub can not be installed into a partition. # Default: no default. (Grub will not be installed.) @@ -68,9 +72,9 @@ # BACKPORTREPOS='yes' # Debian release that should be installed. -# Supported values: lenny, squeeze, wheezy, jessie, stretch, sid -# Default: 'stretch' -# RELEASE='stretch' +# Supported values: lenny, squeeze, wheezy, jessie, stretch, buster, bullseye, sid +# Default: 'buster' +# RELEASE='buster' # Define components that should be used within sources.list. # Default: 'main' @@ -187,7 +191,7 @@ # Default: 'en_US:en' # DEFAULT_LANGUAGE='en_US:en' -# Use /usr/share/zoneinfo/$TIMEZONE for /etc/localtime. +# Use /usr/share/zoneinfo/$TIMEZONE for /etc/localtime + set /etc/timezone. # Default: 'Europe/Vienna' # TIMEZONE='Europe/Vienna'