Add SQUASHFS_OPTIONS to /etc/grml/grml-live.conf and update SQUASHFS_BINARY comment.
[grml-live.git] / etc / grml / grml-live.conf
index e169cc0..3dbb7e0 100644 (file)
 # HYBRID_METHOD='isohybrid' # use isohybrid instead of the default (being manifold)
 
 # Binary that should be used for creating the squashfs file.
-# Defaults to mksquashfs-lzma if available or falls back to mksquashfs.
+# Defaults to the executable matching the kernel version, falls back to mksquashfs.
 # SQUASHFS_BINARY='mksquashfs'
 
+# Options that should be used by mksquashfs during build process.
+# Defaults to '-b 256k' and the according LZMA option.
+# SQUASHFS_OPTIONS='-b 256k'
+
 # exclude files from compressed squashfs file using the
 # the mksquashfs option -ef:
 # SQUASHFS_EXCLUDES_FILE="/etc/grml/fai/squashfs-excludes"