From 721a2f2bef0b57291e7c11be1545cc3a79ac6208 Mon Sep 17 00:00:00 2001 From: Dave Kennedy Date: Wed, 10 Feb 2016 23:52:59 -0700 Subject: [PATCH] Exclude files under directory, not directory itself --- mkstage4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkstage4.sh b/mkstage4.sh index 9cf74b0..83b5c3c 100755 --- a/mkstage4.sh +++ b/mkstage4.sh @@ -93,7 +93,7 @@ shift;OPTIONS="$@" EXCLUDES="\ --exclude=.bash_history \ --exclude=dev/* \ ---exclude=lost+found \ +--exclude=lost+found/* \ --exclude=media/* \ --exclude=mnt/*/* \ --exclude=proc/* \