X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=f5cafd8d332c85ea520b223d2ffda9a6561374a5;hp=e2dd60200681576eea3a5c0b83cce8e48d3dd7c4;hb=7a7c827da3eafc82550bc9471e736c4a4ab6eac7;hpb=8e40fce98aefa49f6f103f0b6b2648e2d1fe099a diff --git a/grml-live b/grml-live index e2dd602..f5cafd8 100755 --- a/grml-live +++ b/grml-live @@ -864,7 +864,7 @@ else # get rid of unnecessary files when building grml-small for final release: if echo "$CLASSES" | grep -q GRML_SMALL ; then - SQUASHFS_OPTIONS="$SQUASHFS_OUTPUT -e initrd.img* vmlinuz*" + SQUASHFS_OPTIONS="$SQUASHFS_OPTIONS -e initrd.img* vmlinuz*" fi SQUASHFS_OUTPUT="$(mktemp -t grml-live.XXXXXX)"