boot.config - Configuration file for the boot blocks
When the Fx boot loader runs, it searches the ``a '' slice of the boot partition for a file (as a result, slices which are missing an ``a '' partition require user intervention during the boot process). If the file is found, its contents are used as the default configuration options for the boot block code and are echoed to the system console.
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 ``boot: '' prompt.
The options related to the boot image selection described below and all the other options available for are documented in detail in the boot(8) manual page.
# echo "-P" > /boot.config
will activate the serial console of Fx .
The command:
# echo "1:ad(1,a)/boot/loader" > /boot.config
will instruct the second boot stage of loader(8) on the first disk to boot with the third boot stage of loader(8) from the second disk.
The command:
# echo "1:ad(1,a)/boot/loader -P" > /boot.config
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |