summaryrefslogtreecommitdiffstats
path: root/share/man/man8
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2007-04-20 07:21:09 +0000
committeradrian <adrian@FreeBSD.org>2007-04-20 07:21:09 +0000
commitced7bf5a9f999bb296308d31bca09fd7735eefc9 (patch)
tree89a88b23cf269b6563e5a1c241975b1dee35a5bb /share/man/man8
parent711037246e3ddfae7d52ff44a0f5d8d1c50e20eb (diff)
downloadFreeBSD-src-ced7bf5a9f999bb296308d31bca09fd7735eefc9.zip
FreeBSD-src-ced7bf5a9f999bb296308d31bca09fd7735eefc9.tar.gz
NanoBSD modifications:
* Break out the boot0 loader selection into a variable - NANO_BOOTLOADER - so people like me with VGA consoles can override the default (which is to use boot0sio) * Put the boot0 configuration options in NANO_BOOT0CFG in case you want to override the defaults. * Modify nanobsd.8 to reflect the changes and hint the console default is serial. MFC after: 2 weeks
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/nanobsd.814
1 files changed, 14 insertions, 0 deletions
diff --git a/share/man/man8/nanobsd.8 b/share/man/man8/nanobsd.8
index 3982d5c..aaeedb5 100644
--- a/share/man/man8/nanobsd.8
+++ b/share/man/man8/nanobsd.8
@@ -197,6 +197,18 @@ Build name (used to construct the working directory names).
Path to the source tree used to build the image.
.It Va NANO_KERNEL
Name of the kernel configuration file used to build the kernel.
+.It Va NANO_BOOT0CFG
+Controls the options passed to
+.Xr boot0cfg 8
+; these dictate boot0's behaviour.
+.It Va NANO_BOOTLOADER
+The boot0 loader to use relative to the ${NANO_WORLDDIR} variable.
+This defaults to
+.Pa boot/boot0sio
+and should be overridden to
+.Pa boot/boot0
+to provide a VGA
+console.
.It Va CONF_BUILD
Options passed to the
.Cm buildworld
@@ -293,6 +305,8 @@ customize_cmd cust_etc_size
.Ed
.Sh SEE ALSO
.Xr make.conf 5 ,
+.Xr boot 8 ,
+.Xr boot0cfg 8 ,
.Xr picobsd 8
.Sh HISTORY
The
OpenPOWER on IntegriCloud