Release new version 0.100
[grml-debootstrap.git] / config
diff --git a/config b/config
index 6477acf..fb55f21 100644 (file)
--- a/config
+++ b/config
@@ -73,8 +73,8 @@
 
 # Debian release that should be installed.
 # Supported values: lenny, squeeze, wheezy, jessie, stretch, buster, bullseye, sid
-# Default: 'buster'
-# RELEASE='buster'
+# Default: 'bullseye'
+# RELEASE='bullseye'
 
 # Define components that should be used within sources.list.
 # Default: 'main'
@@ -82,7 +82,7 @@
 
 # Set target architecture.
 # Only useful when installing i386 while running an amd64 kernel.
-# Default: current architecture. (From 'dpkg print-architecture'.)
+# Default: current architecture. (From 'dpkg --print-architecture'.)
 # ARCH='amd64'
 
 # Hostname of new system.