From: Michael Prokop Date: Wed, 1 Sep 2010 16:52:05 +0000 (+0200) Subject: Add SQUASHFS_OPTIONS to /etc/grml/grml-live.conf and update SQUASHFS_BINARY comment. X-Git-Tag: v0.11.0~14 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=a99823da6b09fcb97633a62ca48ec15ed87d1955 Add SQUASHFS_OPTIONS to /etc/grml/grml-live.conf and update SQUASHFS_BINARY comment. --- diff --git a/etc/grml/grml-live.conf b/etc/grml/grml-live.conf index e169cc0..3dbb7e0 100644 --- a/etc/grml/grml-live.conf +++ b/etc/grml/grml-live.conf @@ -167,9 +167,13 @@ # 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"