summaryrefslogtreecommitdiffstats
path: root/usr/sbin/pc-sysinstall/backend/functions-unmount.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr/sbin/pc-sysinstall/backend/functions-unmount.sh')
-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