From 6782d448b9c7a8cca6625d657f0bb639718a2f70 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Mon, 27 Jun 2011 20:32:47 +0200 Subject: [PATCH] turn on wildcard support for mksquashfs excludes --- grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.1.4