summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
Diffstat (limited to 'auto')
-rwxr-xr-xauto/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/build b/auto/build
index 6f51195..1d16389 100755
--- a/auto/build
+++ b/auto/build
@@ -65,7 +65,7 @@ if [ "$LB_KANOTIX_TMPFS" = "true" ]; then
# delete everything except cache
find . -maxdepth 1 ! -name cache -exec rm -r '{}' \; 2>/dev/null
# copy everything to tmpfs
- rsync -a .. . --exclude=tmpfs
+ rsync -a .. . --exclude=tmpfs --exclude '*.iso'
# build
prebuild
time lb build noauto "${@}" 2>&1 | tee binary.log