Skip to content

Commit

Permalink
Correct a handful of typos and grammos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Schweikhardt authored and Jens Schweikhardt committed Mar 22, 2022
1 parent d9f5979 commit 8422d54
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions usr.sbin/bsdinstall/bsdinstall.8
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Default:
.Dq zroot
.It Ev ZFSBOOT_POOL_CREATE_OPTIONS
Options to be used when creating the base system's pool.
Each option must be followed by the -O flag to be taken into consideration
Each option must be preceded by the -O flag to be taken into consideration
or the pool will not be created due to errors using the command
.Cm zpool .
Default:
Expand Down Expand Up @@ -391,7 +391,7 @@ keyfile used to encrypt the pool where the base system is stored.
Default:
.Dq Pa /boot/encryption.key
.It Ev ZFSBOOT_BOOT_POOL
If set a separated boot pool will be created for the kernel of the
If set, a separated boot pool will be created for the kernel of the
system and
.Xr loader 8 .
Default: unset
Expand Down Expand Up @@ -440,8 +440,8 @@ following datasets:
.Pa /$ZFSBOOT_BEROOT_NAME/$ZFSBOOT_BOOTFS_NAME .
See
.Sx ZFS DATASETS
for more information about who to write this variable and to
take a look into the default value of it.
for more information about how to populate this variable and
its default value.
.It Ev ZFSBOOT_CONFIRM_LAYOUT
If set and the installation is interactive, allow the user to confirm
the layout before continuing with the installation.
Expand Down Expand Up @@ -542,12 +542,14 @@ the preamble can contain the variable
instead of
.Ev PARTITIONS
(see below).
If using .Cm zfsboot, the variables
If using
.Cm zfsboot ,
the variables
.Ev ZFSBOOT_DISKS
and
.Ev ZFSBOOT_VDEV_TYPE
must be set to create the pool of disks for the base system.
Usually, for a mirrored booting disk, this two variables looks like this:
Usually, for a mirrored booting disk, these two variables look like this:
.Bd -literal -offset indent
ZFSBOOT_DISKS="ada0 ada1"
ZFSBOOT_VDEV_TYPE=mirror
Expand Down Expand Up @@ -575,7 +577,7 @@ partitioning tool takes the
.Ev ZFSBOOT_DATASETS
variable to create the ZFS datasets on the base system.
This variable definition can become large if the pool contains many datasets.
The default value of the
The default value of
.Ev ZFSBOOT_DATASETS
is:
.Bd -literal -offset indent
Expand Down

0 comments on commit 8422d54

Please sign in to comment.