vyos-build/data/live-build-config/hooks/10-unmountfs.chroot
2016-02-03 03:22:23 -05:00

13 lines
282 B
Bash
Executable File

#!/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