From 2940856dff54d6717e983226df644d35e5d93169 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 15 Aug 2010 14:19:08 -0400 Subject: These are not needed and ends up creating an error. Remove for time beeing --- usr/sbin/pc-sysinstall/backend/functions-cleanup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 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 770cf5e..5f8d96d 100755 --- a/usr/sbin/pc-sysinstall/backend/functions-cleanup.sh +++ b/usr/sbin/pc-sysinstall/backend/functions-cleanup.sh @@ -99,9 +99,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 -- cgit v1.1