docs: clarify AUTOINSTALL is currently supported on Grml live systems only
[grml-debootstrap.git] / config
diff --git a/config b/config
index e7f9c43..f1798fe 100644 (file)
--- a/config
+++ b/config
 # GRMLPACKAGES='grml-etc-core'
 
 # 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: 'debootstrap'
 # DEBOOTSTRAP='debootstrap'
 
-# Enable Secure APT (Package sources must be signed).
-# Default: 'yes'
-# SECURE='no'
-
 # Pass extra options to debootstrap.
 # Default: no default.
 # Usage example:
 # Default: 'yes'
 # RM_APTCACHE='no'
 
+# Upgrade system via apt-get/aptitude update + [safe-]upgrade.
+# Default: 'yes'
+# UPGRADE_SYSTEM='no'
+
 # Explicit generation of initrd via update-initramfs.
 # Default: 'yes'
 # INITRD='no'