Add SQUASHFS_OPTIONS to /etc/grml/grml-live.conf and update SQUASHFS_BINARY comment.
authorMichael Prokop <mika@grml.org>
Wed, 1 Sep 2010 16:52:05 +0000 (18:52 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 1 Sep 2010 21:09:02 +0000 (23:09 +0200)
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"