grml-debootstrap own version detection code simplification
[grml-debootstrap.git] / config
diff --git a/config b/config
index dba827f..6efc119 100644 (file)
--- a/config
+++ b/config
@@ -37,7 +37,7 @@
 
 # Set mirror where packages will be downloaded from.
 # Default: use /etc/debootstrap/etc/apt/sources.list if it exists, else
-# 'http://cdn.debian.net/debian'
+# 'http://http.debian.net/debian'
 # Usage example:
 # MIRROR='ftp://ftp.de.debian.org/debian'
 
 # 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 (old-stable), squeeze (stable),
-#                   wheezy (testing), sid (unstable)
-# Default: 'squeeze'
-# RELEASE='squeeze'
+# Supported values: lenny, squeeze, wheezy, sid
+# Default: 'wheezy'
+# RELEASE='wheezy'
 
 # Define components that should be used within sources.list.
 # Default: 'main contrib non-free'
 # 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'
 
 # 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'