summaryrefslogtreecommitdiffstats
path: root/usr/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-15 15:55:15 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-15 15:55:15 -0400
commit466a887545c90ba243183efea06f4f1a60c7d57a (patch)
treebda7965529591c2209fb91d8effcf5e4534bac3f /usr/sbin
parent87e684039fd376f4af866e9b60d295db9c6a7bd1 (diff)
downloadpfsense-466a887545c90ba243183efea06f4f1a60c7d57a.zip
pfsense-466a887545c90ba243183efea06f4f1a60c7d57a.tar.gz
Do not set legacy for now
Diffstat (limited to 'usr/sbin')
-rwxr-xr-xusr/sbin/pc-sysinstall/backend/functions-unmount.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/sbin/pc-sysinstall/backend/functions-unmount.sh b/usr/sbin/pc-sysinstall/backend/functions-unmount.sh
index dda328f..d0121dd 100755
--- a/usr/sbin/pc-sysinstall/backend/functions-unmount.sh
+++ b/usr/sbin/pc-sysinstall/backend/functions-unmount.sh
@@ -126,7 +126,7 @@ unmount_all_filesystems()
# If are using a ZFS on "/" set it to legacy
if [ ! -z "${FOUNDZFSROOT}" ]
then
- rc_halt "zfs set mountpoint=legacy ${FOUNDZFSROOT}"
+ #rc_halt "zfs set mountpoint=legacy ${FOUNDZFSROOT}"
fi
# If we need to relabel "/" do it now
OpenPOWER on IntegriCloud