Do not include vmlinuz and initrd when building grml-small, initial support for SQUAS...
[grml-live.git] / etc / grml / grml-live.conf
index d3ead56..16b02ed 100644 (file)
@@ -72,10 +72,6 @@ CLASSES="GRMLBASE,GRML_MEDIUM,I386"
 # ... and the sources.list entry for the directory:
 # MIRROR_SOURCES="deb file:///mnt/mirror/debian sid main contrib non-free"
 
-# Use ZLIB instead of LZMA compression? Faster and available in older
-# squashfs versions as well but not such a good compression.
-# SQUASHFS_ZLIB=1
-
 # Version number of ISO:
 VERSION="0.0-1"
 
@@ -117,6 +113,10 @@ GRML_FAI_CONFIG=/etc/grml/fai
 # likes the default directory [/usr/share/grml-live/templates]
 # TEMPLATE_DIRECTORY='/usr/share/grml-live/templates'
 
+# exclude files from compressed squashfs file using the
+# the mksquashfs option -ef:
+# SQUASHFS_EXCLUDES_FILE="/etc/grml/fai/squashfs-excludes"
+
 # Do you want to download pageant, plink, pscp, psftp, putty and puttygen
 # using wget to store it inside $BUILD_OUTPUT/windows/?
 # Just unset it do skip download via wget or modify the download URL.