Document beadm mount
This commit is contained in:
parent
1cfdc20457
commit
3edb3f2328
19
beadm.1
19
beadm.1
|
|
@ -39,6 +39,12 @@ destroy
|
||||||
.Nm
|
.Nm
|
||||||
list
|
list
|
||||||
.Nm
|
.Nm
|
||||||
|
mount
|
||||||
|
.Nm
|
||||||
|
mount
|
||||||
|
.Ao Ar beName Ac
|
||||||
|
.Op mountpoint
|
||||||
|
.Nm
|
||||||
rename
|
rename
|
||||||
.Ao Ar origBeName Ac
|
.Ao Ar origBeName Ac
|
||||||
.Ao Ar newBeName Ac
|
.Ao Ar newBeName Ac
|
||||||
|
|
@ -91,6 +97,19 @@ will automatically unmount without confirmation.
|
||||||
.It Ic list
|
.It Ic list
|
||||||
.Pp
|
.Pp
|
||||||
Displays all boot environments.
|
Displays all boot environments.
|
||||||
|
.PP
|
||||||
|
.It Ic mount
|
||||||
|
.Pp
|
||||||
|
List all mounted datasets for the current boot environment.
|
||||||
|
.Pp
|
||||||
|
.It Ic mount
|
||||||
|
.Ao Ar beName Ac
|
||||||
|
.Op mountpoint
|
||||||
|
.Pp
|
||||||
|
Temporarily mount the boot environment.
|
||||||
|
Mount at the specified
|
||||||
|
.Ar mountpoint
|
||||||
|
if provided.
|
||||||
.Pp
|
.Pp
|
||||||
.It Ic rename Ao Ar origBeName Ac Ao Ar newBeName Ac
|
.It Ic rename Ao Ar origBeName Ac Ao Ar newBeName Ac
|
||||||
.Pp
|
.Pp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue