Implement mount/umount options
This commit is contained in:
parent
f69a28f1f9
commit
4e76d084c2
2
beadm
2
beadm
|
|
@ -415,7 +415,7 @@ EOF
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
zfs list -H -o name,mountpoint -r ${POOL}/ROOT/${BE} \
|
zfs list -H -o name,mountpoint -r ${POOL}/ROOT/${BE} \
|
||||||
| grep -v " legacy" \
|
| grep -v "legacy$" \
|
||||||
| sort -n \
|
| sort -n \
|
||||||
| grep -E "^${POOL}/ROOT/${BE}/" \
|
| grep -E "^${POOL}/ROOT/${BE}/" \
|
||||||
| while read FS MOUNTPOINT
|
| while read FS MOUNTPOINT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue