From 185c72e62f7931d733e994d4f99fb0517afe0ef0 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 1 Aug 2010 17:50:53 -0400 Subject: Handle umount outside of installer in php --- PCBSD/pc-sysinstall/backend/functions-unmount.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PCBSD') diff --git a/PCBSD/pc-sysinstall/backend/functions-unmount.sh b/PCBSD/pc-sysinstall/backend/functions-unmount.sh index 08b836e..f47c3fb 100644 --- a/PCBSD/pc-sysinstall/backend/functions-unmount.sh +++ b/PCBSD/pc-sysinstall/backend/functions-unmount.sh @@ -155,7 +155,7 @@ unmount_all_filesystems_failure() # Last lets the /mnt partition ######################################################### - rc_nohalt "umount -f ${FSMNT} 2>/dev/null" + # rc_nohalt "umount -f ${FSMNT} 2>/dev/null" fi else @@ -168,7 +168,7 @@ unmount_all_filesystems_failure() fi # Unmount our CDMNT - rc_nohalt "umount ${CDMNT} 2>/dev/null" + # rc_nohalt "umount ${CDMNT} 2>/dev/null" # Import any pools, so they are active at shutdown and ready to boot potentially zpool import -a -- cgit v1.1