mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
dc3e6dea1d
commit
87e684039f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user