Use `beadm mount` instead of `zfs mount` here

This commit is contained in:
Bryan Drewery 2012-09-05 00:01:54 -05:00
parent d8a5581df7
commit 4763c436ac
1 changed files with 1 additions and 1 deletions

View File

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