|
NAMEboot.config —
Configuration file for the boot blocks
DESCRIPTIONTheboot.config file contains options for the
FreeBSD boot block code.
When the FreeBSD boot loader runs, it
searches the “ A valid format of this file is to put BIOS drive number, a
controller type, a unit number, a partition, a kernel file name, and any
other valid
boot(8)
option on a single line, as it is done at the
“ The options related to the boot image selection described below
and all the other options available for FILES
EXAMPLESThe command:# echo "-P" > /boot.config will activate the serial console of FreeBSD if no keyboard is present, otherwise video console will be used. The command: # echo "1:ad(1,a)/boot/loader" > /boot.config will instruct the second stage of boot(8) on the first disk to boot with the third boot(8) stage from the second disk. The command: # echo "1:ad(1,a)/boot/loader -P" > /boot.config will do both of the above. SEE ALSOboot(8), loader(8)AUTHORSThis manual page was written by Daniel Gerzo <danger@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |