Release new version 0.100
[grml-debootstrap.git] / config
diff --git a/config b/config
index 719265c..fb55f21 100644 (file)
--- a/config
+++ b/config
@@ -1,7 +1,7 @@
 # Filename:      /etc/debootstrap/config
 # Purpose:       configuration file for grml-debootstrap
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
-# Bug-Reports:   see http://grml.org/bugs/
+# Bug-Reports:   see https://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
 ################################################################################
 
@@ -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.