diff options
Diffstat (limited to 'data/live-build-config/hooks/live/10-unmountfs.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/10-unmountfs.chroot | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/data/live-build-config/hooks/live/10-unmountfs.chroot b/data/live-build-config/hooks/live/10-unmountfs.chroot deleted file mode 100755 index 7992a4d2..00000000 --- a/data/live-build-config/hooks/live/10-unmountfs.chroot +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# hack umountfs script to cleanly unmount live systems - -sed \ - -e '/proc|procfs|linprocfs/ s/)/|squashfs|iso9660)/' \ - -e '/tmpfs)/ a\ - [ "$MTPT" != "/media" ] && \ - [ "$MTPT" != "/live" ] && \ - [ "$MTPT" != "/live/cow" ] && -' \ - -i /etc/init.d/umountfs |