Do not issue legacy command for time being until a strange error can be tracked down. The ZFS install works OK without it

This commit is contained in:
Scott Ullrich 2010-08-15 15:44:00 -04:00
parent dc3e6dea1d
commit 87e684039f

View File

@ -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