Honor GRUB_DISABLE_LINUX_UUID=true and don't set root=UUID then
[grml-debootstrap.git] / config
diff --git a/config b/config
index a7504bb..fe4e1d5 100644 (file)
--- a/config
+++ b/config
 # BACKPORTREPOS='yes'
 
 # Debian release that should be installed.
-# Supported values: lenny, squeeze, wheezy, jessie, sid
+# Supported values: lenny, squeeze, wheezy, jessie, stretch, sid
 # Default: 'jessie'
 # RELEASE='jessie'
 
 # Define components that should be used within sources.list.
-# Default: 'main contrib non-free'
+# Default: 'main'
 # COMPONENTS='main contrib non-free'
 
 # Set target architecture.
 # Default: 'yes'
 # CHROOT_SCRIPTS='no'
 
-# Run scripts from /etc/debootstrap/scripts/ after setting up chroot.
+# Run scripts from /etc/debootstrap/post-scripts/ after setting up chroot.
 # Default: 'yes'
-# SCRIPTS='no'
+# POST_SCRIPTS='no'
 
 # Install *.deb packages from /etc/debootstrap/extrapackages/
 # Default: 'yes'