summaryrefslogtreecommitdiffstats
path: root/PCBSD
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-01 17:50:53 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-01 17:50:58 -0400
commit185c72e62f7931d733e994d4f99fb0517afe0ef0 (patch)
treed604438ef471a627985c8ebb4fe12c15263cf19e /PCBSD
parentc76d54a57529ec9b96f2a26304696782500648fe (diff)
downloadpfsense-185c72e62f7931d733e994d4f99fb0517afe0ef0.zip
pfsense-185c72e62f7931d733e994d4f99fb0517afe0ef0.tar.gz
Handle umount outside of installer in php
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 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
OpenPOWER on IntegriCloud