Commit Graph

21 Commits

Author SHA1 Message Date
jruoho
7aeb582fb7 Correct section in xref. 2010-10-28 14:29:18 +00:00
jruoho
5bf78beea7 Bump to the right date. 2010-10-28 09:49:01 +00:00
jruoho
f97f79d20f Xref boothowto(8). 2010-10-28 09:44:58 +00:00
snj
e29431f37a Use \*[Lt] and \*[Gt] instead of < and >. 2009-09-13 18:57:36 +00:00
jmcneill
42b8a9234e PR# port-i386/39463: boot.cfg(8) does not mention about relative path for
the 'load' option

Document the search behaviour of the 'load' directive when an absolute
path is not specified.
2009-09-13 18:39:20 +00:00
wiz
30adde5448 Fix incorrect wording. From Bug Hunting in PR 41989. 2009-09-04 10:34:16 +00:00
christos
83d64e1dc1 sort keywords 2008-12-13 23:36:21 +00:00
christos
57e2347761 document the clear option, from Anon Ymous.. 2008-12-13 23:32:24 +00:00
ad
5d185a94b0 ramdisk.kmod -> miniroot.kmod 2008-11-18 11:13:00 +00:00
sborrill
fb3d071819 Correct existing Xen example and add Xen with serial console example.
Refer to boot.cfg(5) for Xen examples from boot(8).
2008-10-15 14:32:26 +00:00
joerg
1c412f9948 Add example of booting Xen. 2008-10-11 13:20:29 +00:00
njoly
a16a8ca004 Add missing .El directive. 2008-09-24 22:54:10 +00:00
wiz
13a39ab5d3 Bump date for previous.
Use more markup. Sort sections.
2008-08-13 07:54:25 +00:00
sborrill
a52c17ad61 Document the new format option 2008-08-12 18:02:39 +00:00
sborrill
67d1007e0f Fix syntax for load command. There is no = sign when specified as a command
vs being a boot.cfg directive.
2008-05-03 20:19:02 +00:00
sborrill
dac9aa49ba Add support for multiple commands separated by semi-colons on menu lines
in boot.cfg.
e.g.
menu=Boot with module foo:load=/foo.kmod;boot
2008-05-03 09:46:40 +00:00
ad
bfc5732320 - Give x86 BIOS boot the ability to load new style modules and pass them
into the kernel. Based on a patch by jmcneill@, with many fixes and
  improvements by me.

- Put MEMORY_DISK_DYNAMIC and MODULAR into the GENERIC kernels, so that
  you can load miniroot.kmod from the boot blocks and boot into the
  installer!
2008-05-02 15:26:38 +00:00
apb
4ee202cfe2 If a menu line in boot.cfg has an empty description, then re-use the
command as the description.  For example,

	menu=:boot netbsd -s

now works like

	menu=boot netbsd -s:boot netbsd -s
2008-01-05 19:29:16 +00:00
sborrill
ccf6d08a57 i386 and amd64 share a bootloader, so this should work on both.
Thanks to xtraeme@ and bouyer@ for pointing out this oversight.
2007-11-22 15:27:22 +00:00
sborrill
3a63ee360d While boot.cfg support is currently i386 only, it is hoped that its use
will be extended to other appropriate ports in future. Note as such in the
bugs section.

This is an MI man page, so should not be flagged as i386 in the header.
2007-11-21 08:14:10 +00:00
sborrill
d849e6b356 Add support for /boot.cfg configuration file in x86 boot loader.
This allows easy configuration of banner text, console device and timeout
as well as allowing menus of commands to be displayed. If /boot.cfg
is not present, then the existing behaviour does not change.

The sections in the boot loader source are surrounded by #ifdef SMALL
allowing this functionality to be removed if space is at a premium.
2007-11-20 15:37:36 +00:00