summaryrefslogtreecommitdiffstats
path: root/bin/d-i_builds.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/d-i_builds.sh')
-rwxr-xr-xbin/d-i_builds.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_builds.sh b/bin/d-i_builds.sh
index 79938b7f..516f427a 100755
--- a/bin/d-i_builds.sh
+++ b/bin/d-i_builds.sh
@@ -45,7 +45,7 @@ cleanup_all() {
sudo umount -l $CHROOT_TARGET/run/lock || true
sudo umount -l $CHROOT_TARGET/run/shm || true
sudo umount -l $CHROOT_TARGET/run || true
- sudo rm -rf $CHROOT_TARGET
+ sudo rm -rf --one-file-system $CHROOT_TARGET
}
execute_ctmpfile() {