From 9c6421ee62ad5b950d91d0c095fcb5efc7cd4b22 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 1 Aug 2010 17:44:19 -0400 Subject: Do not umount --- 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 311bf88..08b836e 100644 --- a/PCBSD/pc-sysinstall/backend/functions-unmount.sh +++ b/PCBSD/pc-sysinstall/backend/functions-unmount.sh @@ -85,7 +85,7 @@ unmount_all_filesystems() # Last lets the /mnt partition ######################################################### - rc_nohalt "umount -f ${FSMNT}" + # rc_nohalt "umount -f ${FSMNT}" # If are using a ZFS on "/" set it to legacy if [ ! -z "${FOUNDZFSROOT}" ] @@ -100,7 +100,7 @@ unmount_all_filesystems() fi # Unmount our CDMNT - rc_nohalt "umount -f ${CDMNT}" + # rc_nohalt "umount -f ${CDMNT}" # Check if we need to run any gmirror syncing ls ${MIRRORCFGDIR}/* >/dev/null 2>/dev/null -- cgit v1.1