Update config file regarding squeeze
[grml-live.git] / etc / grml / grml-live.conf
index 9ffb051..0ac6bb2 100644 (file)
@@ -31,7 +31,9 @@ ISO_OUTPUT="$OUTPUT/grml_isos"
 #ZERO_FAI_LOGFILE='1'
 
 # Which Debian suite to you want to use? Unless it is set it defaults to "lenny"
-# Supported values are: etch, lenny, squeeze, sid
+# Supported values are: etch, lenny, sid
+#                       squeeze -> requires /etc/grml/fai/config/basefiles/....tar.gz
+#                                  until supported by debootstrap
 # SUITE="sid"
 
 # Which FAI classes do you want to use by default?#
@@ -113,6 +115,12 @@ GRML_FAI_CONFIG=/etc/grml/fai
 # likes the default directory [/usr/share/grml-live/templates]
 # TEMPLATE_DIRECTORY='/usr/share/grml-live/templates'
 
+# Do you want to skip adding /boot/addons/ (from the template directory)?
+# NO_ADDONS='1'
+
+# Do you want to skip adding /boot/addons/bsd4grml/ (from the template directory)?
+# NO_ADDONS_BSD4GRML='1'
+
 # exclude files from compressed squashfs file using the
 # the mksquashfs option -ef:
 # SQUASHFS_EXCLUDES_FILE="/etc/grml/fai/squashfs-excludes"