summaryrefslogtreecommitdiffstats
path: root/usr/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr/sbin')
-rwxr-xr-xusr/sbin/pc-sysinstall/backend/functions-cleanup.sh6
1 files changed, 3 insertions, 3 deletions
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
OpenPOWER on IntegriCloud