From a99823da6b09fcb97633a62ca48ec15ed87d1955 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 1 Sep 2010 18:52:05 +0200 Subject: [PATCH] Add SQUASHFS_OPTIONS to /etc/grml/grml-live.conf and update SQUASHFS_BINARY comment. --- etc/grml/grml-live.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" -- 2.1.4