summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-15 14:19:08 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-15 14:19:08 -0400
commit2940856dff54d6717e983226df644d35e5d93169 (patch)
tree362ab9c3e1089808c5776c335137abdd74124b80
parent6bc4690047dc634d2870cacfbc1bfa3a8181c05d (diff)
downloadpfsense-2940856dff54d6717e983226df644d35e5d93169.zip
pfsense-2940856dff54d6717e983226df644d35e5d93169.tar.gz
These are not needed and ends up creating an error. Remove for time beeing
-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