parent
46d9542b5a
commit
47bc1442a2
13
beadm.1
13
beadm.1
|
|
@ -50,7 +50,7 @@ The
|
||||||
command is used to setup and interact with Boot Environments with ZFS.
|
command is used to setup and interact with Boot Environments with ZFS.
|
||||||
.Pp
|
.Pp
|
||||||
.Em Boot Environments
|
.Em Boot Environments
|
||||||
allow you to upgrade your system, while preserving your old environment in a separate ZFS dataset.
|
allows the system to be upgraded, while preserving the old system environment in a separate ZFS dataset.
|
||||||
.Pp
|
.Pp
|
||||||
.Sh COMMANDS
|
.Sh COMMANDS
|
||||||
The following commands are supported by
|
The following commands are supported by
|
||||||
|
|
@ -58,7 +58,7 @@ The following commands are supported by
|
||||||
.Bl -tag -width indent
|
.Bl -tag -width indent
|
||||||
.It Ic activate Ar <beName>
|
.It Ic activate Ar <beName>
|
||||||
.Pp
|
.Pp
|
||||||
Activate the given
|
Activate the given
|
||||||
.Ar beName
|
.Ar beName
|
||||||
for the next boot.
|
for the next boot.
|
||||||
.Pp
|
.Pp
|
||||||
|
|
@ -103,7 +103,7 @@ to the given
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
.Bl -bullet
|
.Bl -bullet
|
||||||
.It
|
.It
|
||||||
Perform a system upgrade in a
|
Perform a system upgrade in a
|
||||||
.Xr jail 8
|
.Xr jail 8
|
||||||
.Pp
|
.Pp
|
||||||
Create a new boot environment called
|
Create a new boot environment called
|
||||||
|
|
@ -116,8 +116,9 @@ Set mountpoint for new jail to
|
||||||
.Pp
|
.Pp
|
||||||
.Dl zfs set mountpoint=/usr/jails/jailed zroot/ROOT/jailed
|
.Dl zfs set mountpoint=/usr/jails/jailed zroot/ROOT/jailed
|
||||||
.Pp
|
.Pp
|
||||||
Your current boot environment is now replicated into the jailed system.
|
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. Once this is done, stop the jail and disable it in
|
Startup the jail, login and perform the normal upgrade process.
|
||||||
|
Once this is done, stop the jail and disable it in
|
||||||
.Pa /etc/rc.conf.
|
.Pa /etc/rc.conf.
|
||||||
.Pp
|
.Pp
|
||||||
Now activate the boot environment for the next boot
|
Now activate the boot environment for the next boot
|
||||||
|
|
@ -129,7 +130,7 @@ Reboot into the new environment
|
||||||
.Dl reboot
|
.Dl reboot
|
||||||
.El
|
.El
|
||||||
.Sh HOWTO
|
.Sh HOWTO
|
||||||
A HOWTO guide is posted at the FreeBSD forums:
|
A HOWTO guide is posted at the FreeBSD forums:
|
||||||
.Bl -bullet
|
.Bl -bullet
|
||||||
.It
|
.It
|
||||||
.Ar http://forums.freebsd.org/showthread.php?t=31662
|
.Ar http://forums.freebsd.org/showthread.php?t=31662
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue