From 87e684039fd376f4af866e9b60d295db9c6a7bd1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 15 Aug 2010 15:44:00 -0400 Subject: Do not issue legacy command for time being until a strange error can be tracked down. The ZFS install works OK without it --- usr/sbin/pc-sysinstall/backend/functions-cleanup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/sbin') 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 -- cgit v1.1