Use `beadm mount` instead of `zfs mount` here
This commit is contained in:
parent
d8a5581df7
commit
4763c436ac
2
beadm.1
2
beadm.1
|
|
@ -149,7 +149,7 @@ Create a new boot environment called
|
||||||
Set mountpoint for new jail to
|
Set mountpoint for new jail to
|
||||||
.Pa /usr/jails/jailed :
|
.Pa /usr/jails/jailed :
|
||||||
.Pp
|
.Pp
|
||||||
.Dl zfs set mountpoint=/usr/jails/jailed zroot/ROOT/jailed
|
.Dl beadm mount jailed /usr/jails/jailed
|
||||||
.Pp
|
.Pp
|
||||||
The currently active boot environment is now replicated into the jailed system and ready for upgrade.
|
The currently active boot environment is now replicated into the jailed system and ready for upgrade.
|
||||||
Startup the jail, login and perform the normal upgrade process.
|
Startup the jail, login and perform the normal upgrade process.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue