strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Lazy unmount guest filesystem after building image, as it still might be busy
[strongswan.git]
/
testing
/
scripts
/
build-guestimages
diff --git
a/testing/scripts/build-guestimages
b/testing/scripts/build-guestimages
index
b93c868
..
f7fb1f8
100755
(executable)
--- a/
testing/scripts/build-guestimages
+++ b/
testing/scripts/build-guestimages
@@
-65,7
+65,7
@@
do
execute_chroot "update-rc.d bind9 defaults" 0
fi
sync
execute_chroot "update-rc.d bind9 defaults" 0
fi
sync
- execute "umount $LOOPDIR" 0
+ execute "umount
-l
$LOOPDIR" 0
execute "qemu-nbd -d $NBDEV" 0
log_status 0
done
execute "qemu-nbd -d $NBDEV" 0
log_status 0
done