From ced7bf5a9f999bb296308d31bca09fd7735eefc9 Mon Sep 17 00:00:00 2001 From: adrian Date: Fri, 20 Apr 2007 07:21:09 +0000 Subject: 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 --- share/man/man8/nanobsd.8 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'share/man/man8') 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 -- cgit v1.1