Add preliminary support for Debian/bullseye (AKA Debian v11.0)
[grml-debootstrap.git] / config
diff --git a/config b/config
index b86b997..413e31f 100644 (file)
--- a/config
+++ b/config
 # 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.)
@@ -37,7 +41,7 @@
 
 # Set mirror where packages will be downloaded from.
 # Default: use /etc/debootstrap/etc/apt/sources.list if it exists, else
-# 'http://httpredir.debian.org/debian'
+# 'http://deb.debian.org/debian'
 # Usage example:
 # MIRROR='ftp://ftp.de.debian.org/debian'
 
@@ -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'
 # 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'