From: Christian Hofstaedtler Date: Mon, 27 Jun 2011 18:32:47 +0000 (+0200) Subject: turn on wildcard support for mksquashfs excludes X-Git-Tag: v0.15.0~20 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=6782d448b9c7a8cca6625d657f0bb639718a2f70 turn on wildcard support for mksquashfs excludes --- diff --git a/grml-live b/grml-live index 9125f0a..32a88c7 100755 --- a/grml-live +++ b/grml-live @@ -989,7 +989,7 @@ else # support exclusion of files via exclude-file: if [ -n "$SQUASHFS_EXCLUDES_FILE" -a "$SQUASHFS_EXCLUDES_FILE" ] ; then - SQUASHFS_OPTIONS="$SQUASHFS_OPTIONS -ef $SQUASHFS_EXCLUDES_FILE" + SQUASHFS_OPTIONS="$SQUASHFS_OPTIONS -ef $SQUASHFS_EXCLUDES_FILE -wildcards" fi # get rid of unnecessary files when building grml-small for final release: