summaryrefslogtreecommitdiffstats
path: root/PCBSD/pc-sysinstall/backend/functions-cleanup.sh
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 19:29:00 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 19:29:00 -0400
commit5e8aea0beb0a64e5ea28302c63033ae52a2f5d8b (patch)
tree7665433ecdd9eb705b7ca59b40ceeee5263873d7 /PCBSD/pc-sysinstall/backend/functions-cleanup.sh
parente318ec089055de2754818aeb726a9b95a6a22ad4 (diff)
downloadpfsense-5e8aea0beb0a64e5ea28302c63033ae52a2f5d8b.zip
pfsense-5e8aea0beb0a64e5ea28302c63033ae52a2f5d8b.tar.gz
Misc changes to make ZFS installations work.
Diffstat (limited to 'PCBSD/pc-sysinstall/backend/functions-cleanup.sh')
-rw-r--r--PCBSD/pc-sysinstall/backend/functions-cleanup.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/PCBSD/pc-sysinstall/backend/functions-cleanup.sh b/PCBSD/pc-sysinstall/backend/functions-cleanup.sh
index e14d9fe..059e07c 100644
--- a/PCBSD/pc-sysinstall/backend/functions-cleanup.sh
+++ b/PCBSD/pc-sysinstall/backend/functions-cleanup.sh
@@ -42,7 +42,7 @@ zfs_cleanup_unmount()
cat ${FSMNT}/etc/rc.conf 2>/dev/null | grep 'zfs_enable="YES"' >/dev/null 2>/dev/null
if [ "$?" != "0" ]
then
- echo 'zfs_enable="YES"' >>${FSMNT}/etc/rc.conf
+ #echo 'zfs_enable="YES"' >>${FSMNT}/etc/rc.conf
fi
sleep 2
@@ -73,9 +73,9 @@ zfs_cleanup_unmount()
do
if [ "${ZMNT}" != "/" ]
then
- rc_halt "zfs set mountpoint=${ZMNT} ${ZPOOLNAME}${ZMNT}"
- rc_halt "zfs unmount ${ZPOOLNAME}${ZMNT}"
- sleep 2
+ #rc_halt "zfs set mountpoint=${ZMNT} ${ZPOOLNAME}${ZMNT}"
+ #rc_halt "zfs unmount ${ZPOOLNAME}${ZMNT}"
+ #sleep 2
fi
done
fi
OpenPOWER on IntegriCloud