summaryrefslogtreecommitdiffstats
path: root/PCBSD
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 20:06:12 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 20:06:12 -0400
commit6e8e75b18ebf78e5e48f7f87d3c240547939c6a6 (patch)
tree71425605438407c0beeecd389a39430098e5a4c7 /PCBSD
parent5e8aea0beb0a64e5ea28302c63033ae52a2f5d8b (diff)
downloadpfsense-6e8e75b18ebf78e5e48f7f87d3c240547939c6a6.zip
pfsense-6e8e75b18ebf78e5e48f7f87d3c240547939c6a6.tar.gz
We need to move the mountpoint
Diffstat (limited to 'PCBSD')
-rw-r--r--PCBSD/pc-sysinstall/backend/functions-cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCBSD/pc-sysinstall/backend/functions-cleanup.sh b/PCBSD/pc-sysinstall/backend/functions-cleanup.sh
index 059e07c..fefad07 100644
--- a/PCBSD/pc-sysinstall/backend/functions-cleanup.sh
+++ b/PCBSD/pc-sysinstall/backend/functions-cleanup.sh
@@ -73,7 +73,7 @@ zfs_cleanup_unmount()
do
if [ "${ZMNT}" != "/" ]
then
- #rc_halt "zfs set mountpoint=${ZMNT} ${ZPOOLNAME}${ZMNT}"
+ rc_halt "zfs set mountpoint=${ZMNT} ${ZPOOLNAME}${ZMNT}"
#rc_halt "zfs unmount ${ZPOOLNAME}${ZMNT}"
#sleep 2
fi
OpenPOWER on IntegriCloud