X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;fp=grml-live;h=a80ebcd06e3d05b3a98e865dc7cf0ab9c2795f94;hp=e0d55f4db227861de708a341fe831db9bb412782;hb=fada6dea0ffacc5ee41b1ae0144197f233e4ca87;hpb=fb26a16e6ba3deb6569dcd62adeb7cbcd23fcf05 diff --git a/grml-live b/grml-live index e0d55f4..a80ebcd 100755 --- a/grml-live +++ b/grml-live @@ -1385,8 +1385,8 @@ else # use sane defaults if $SQUASHFS_OPTIONS isn't set if [ -z "$SQUASHFS_OPTIONS" ] ; then - # use blocksize 256k as this gives best result with regards to time + compression - SQUASHFS_OPTIONS="-b 256k" + # use block size 1m as this gives good result with regards to time + compression + SQUASHFS_OPTIONS="-b 1m" # set lzma/xz compression by default, unless -z option has been specified on command line if [ -z "$SQUASHFS_ZLIB" ] ; then