Fix usage of exclude option in $SQUASHFS_OPTIONS
authorMichael Prokop <mika@grml.org>
Wed, 26 Aug 2009 21:23:27 +0000 (23:23 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 26 Aug 2009 21:23:27 +0000 (23:23 +0200)
debian/changelog
grml-live

index f948829..185d4df 100644 (file)
@@ -11,8 +11,9 @@ grml-live (0.9.22) UNRELEASED; urgency=low
     as check whether the chroot exists. If grml-live execution
     itself succeded but was interrupted during task_configure it should
     be fine to re-run grml-live with -u/-b options.
+  * Fix usage of exclude option in $SQUASHFS_OPTIONS.
 
- -- Michael Prokop <mika@grml.org>  Wed, 26 Aug 2009 23:06:53 +0200
+ -- Michael Prokop <mika@grml.org>  Wed, 26 Aug 2009 23:23:00 +0200
 
 grml-live (0.9.21) unstable; urgency=low
 
index e2dd602..f5cafd8 100755 (executable)
--- 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)"