summaryrefslogtreecommitdiffstats
path: root/PCBSD
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-01 17:44:19 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-01 17:44:19 -0400
commit9c6421ee62ad5b950d91d0c095fcb5efc7cd4b22 (patch)
treef11cf873bb8cee4a8a76089d808811bd1da0c6f4 /PCBSD
parentdcf479cf221f47d2b2cd6a24da96a2d4cf5e23f1 (diff)
downloadpfsense-9c6421ee62ad5b950d91d0c095fcb5efc7cd4b22.zip
pfsense-9c6421ee62ad5b950d91d0c095fcb5efc7cd4b22.tar.gz
Do not umount
Diffstat (limited to 'PCBSD')
-rw-r--r--PCBSD/pc-sysinstall/backend/functions-unmount.sh4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud