From dfb3ade8c5139364aa108d5bc25635c27dadf797 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 20 May 2013 16:00:34 +0200 Subject: Make sure all filesystems in targetdir are unmounted. --- installer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer.sh.in') diff --git a/installer.sh.in b/installer.sh.in index 40c2226..2a8e988 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -683,7 +683,7 @@ mount_filesystems() { umount_filesystems() { local f - for f in sys proc dev; do + for f in sys/fs/fuse/connections sys proc dev; do echo "Unmounting $TARGETDIR/$f..." >$LOG umount $TARGETDIR/$f >$LOG 2>&1 done -- cgit 1.4.1