summaryrefslogtreecommitdiffstats
path: root/PCBSD/pc-sysinstall/backend/functions-unmount.sh
diff options
context:
space:
mode:
Diffstat (limited to 'PCBSD/pc-sysinstall/backend/functions-unmount.sh')
-rw-r--r--PCBSD/pc-sysinstall/backend/functions-unmount.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/PCBSD/pc-sysinstall/backend/functions-unmount.sh b/PCBSD/pc-sysinstall/backend/functions-unmount.sh
index abd2491..f47c3fb 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
@@ -155,7 +155,7 @@ unmount_all_filesystems_failure()
# Last lets the /mnt partition
#########################################################
- rc_nohalt "umount -f ${FSMNT}"
+ # 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}"
+ # 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