diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-15 15:44:00 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-15 15:44:00 -0400 |
commit | 87e684039fd376f4af866e9b60d295db9c6a7bd1 (patch) | |
tree | e803625fc52a810b67aa602c2125e1d2a7706eaa | |
parent | dc3e6dea1d6ad25d9ae61c6d798acfd26c714f99 (diff) | |
download | pfsense-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
-rwxr-xr-x | usr/sbin/pc-sysinstall/backend/functions-cleanup.sh | 4 |
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 |