summaryrefslogtreecommitdiff
path: root/stand/forth
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-10-09 15:14:19 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-10-09 15:14:19 +0000
commit812b09037daa73a977753d6ee88e6f0dad35acb2 (patch)
tree23dd3deb47b727bda3ce6ebe61ac913837e0810b /stand/forth
parenteff4c46e284364f9c8e64bebb648e8a90a609fd1 (diff)
downloadsrc-test2-812b09037daa73a977753d6ee88e6f0dad35acb2.tar.gz
src-test2-812b09037daa73a977753d6ee88e6f0dad35acb2.zip
Notes
Diffstat (limited to 'stand/forth')
-rw-r--r--stand/forth/beastie.4th.816
-rw-r--r--stand/forth/brand.4th.89
2 files changed, 16 insertions, 9 deletions
diff --git a/stand/forth/beastie.4th.8 b/stand/forth/beastie.4th.8
index e99f65474b43..97a5624d5a93 100644
--- a/stand/forth/beastie.4th.8
+++ b/stand/forth/beastie.4th.8
@@ -103,7 +103,8 @@ The default behavior is to not delay.
The environment variables that effect its behavior are:
.Bl -tag -width bootfile -offset indent
.It Va loader_logo
-Selects the desired logo in the beastie boot menu. Possible values are:
+Selects the desired logo in the beastie boot menu.
+Possible values are:
.Dq Li fbsdbw ,
.Dq Li beastie ,
.Dq Li beastiebw ,
@@ -112,9 +113,11 @@ Selects the desired logo in the beastie boot menu. Possible values are:
(default), and
.Dq Li none .
.It Va loader_logo_x
-Sets the desired column position of the logo. Default is 46.
+Sets the desired column position of the logo.
+Default is 46.
.It Va loader_logo_y
-Sets the desired row position of the logo. Default is 4.
+Sets the desired row position of the logo.
+Default is 4.
.It Va beastie_disable
If set to
.Dq YES ,
@@ -122,9 +125,10 @@ the beastie boot menu will be skipped.
The beastie boot menu is always skipped if running non-x86 hardware.
.It Va loader_delay
If set to a number higher than zero, introduces a delay before starting the
-beastie boot menu. During the delay the user can press either Ctrl-C to skip
-the menu or ENTER to proceed to the menu. The default is to not delay when
-loading the menu.
+beastie boot menu.
+During the delay the user can press either Ctrl-C to skip the menu or ENTER
+to proceed to the menu.
+The default is to not delay when loading the menu.
.El
.Sh FILES
.Bl -tag -width /boot/loader.4th -compact
diff --git a/stand/forth/brand.4th.8 b/stand/forth/brand.4th.8
index dfd188d0ff84..7e574d8d96f8 100644
--- a/stand/forth/brand.4th.8
+++ b/stand/forth/brand.4th.8
@@ -81,14 +81,17 @@ The default values are 2 (x) and 1 (y).
The environment variables that effect its behavior are:
.Bl -tag -width bootfile -offset indent
.It Va loader_brand
-Selects the desired brand in the beastie boot menu. Possible values are:
+Selects the desired brand in the beastie boot menu.
+Possible values are:
.Dq Li fbsd
(default) or
.Dq Li none .
.It Va loader_brand_x
-Sets the desired column position of the brand. Default is 2.
+Sets the desired column position of the brand.
+Default is 2.
.It Va loader_brand_y
-Sets the desired row position of the brand. Default is 1.
+Sets the desired row position of the brand.
+Default is 1.
.El
.Sh FILES
.Bl -tag -width /boot/loader.4th -compact