From 466a887545c90ba243183efea06f4f1a60c7d57a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 15 Aug 2010 15:55:15 -0400 Subject: Do not set legacy for now --- usr/sbin/pc-sysinstall/backend/functions-unmount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') 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 -- cgit v1.1