diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-14 20:06:12 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-14 20:06:12 -0400 |
commit | 6e8e75b18ebf78e5e48f7f87d3c240547939c6a6 (patch) | |
tree | 71425605438407c0beeecd389a39430098e5a4c7 /PCBSD/pc-sysinstall/backend | |
parent | 5e8aea0beb0a64e5ea28302c63033ae52a2f5d8b (diff) | |
download | pfsense-6e8e75b18ebf78e5e48f7f87d3c240547939c6a6.zip pfsense-6e8e75b18ebf78e5e48f7f87d3c240547939c6a6.tar.gz |
We need to move the mountpoint
Diffstat (limited to 'PCBSD/pc-sysinstall/backend')
-rw-r--r-- | PCBSD/pc-sysinstall/backend/functions-cleanup.sh | 2 |
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 |