mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
Lazy unmount guest filesystem after building image, as it still might be busy
This commit is contained in:
parent
51caeeb161
commit
0ba8842348
@ -65,7 +65,7 @@ do
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user