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