summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-15 15:44:00 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-15 15:44:00 -0400
commit87e684039fd376f4af866e9b60d295db9c6a7bd1 (patch)
treee803625fc52a810b67aa602c2125e1d2a7706eaa /usr
parentdc3e6dea1d6ad25d9ae61c6d798acfd26c714f99 (diff)
downloadpfsense-87e684039fd376f4af866e9b60d295db9c6a7bd1.zip
pfsense-87e684039fd376f4af866e9b60d295db9c6a7bd1.tar.gz
Do not issue legacy command for time being until a strange error can be tracked down. The ZFS install works OK without it
Diffstat (limited to 'usr')
-rwxr-xr-xusr/sbin/pc-sysinstall/backend/functions-cleanup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/sbin/pc-sysinstall/backend/functions-cleanup.sh b/usr/sbin/pc-sysinstall/backend/functions-cleanup.sh
index 5f8d96d..ff2729f 100755
--- a/usr/sbin/pc-sysinstall/backend/functions-cleanup.sh
+++ b/usr/sbin/pc-sysinstall/backend/functions-cleanup.sh
@@ -99,8 +99,8 @@ zfs_cleanup_unmount()
do
if [ "${ZMNT}" != "/" ]
then
- #rc_halt "zfs set mountpoint=${ZMNT} ${ZPOOLNAME}${ZMNT}"
- #rc_halt "zfs unmount ${ZPOOLNAME}${ZMNT}"
+ #rc_halt "/sbin/zfs set mountpoint=${ZMNT} ${ZPOOLNAME}${ZMNT}"
+ #rc_halt "/sbin/zfs unmount ${ZPOOLNAME}${ZMNT}"
#sleep 2
fi
done
OpenPOWER on IntegriCloud