mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
kernel selection menu to the beastie menu. List of kernels is taken from `kernels' in loader.conf(5) as a space (or comma) separated list of names to display (up to 9). If not set, default value is "kernel kernel.old". Does not validate that kernels exist because the next enhancement will be to allow selection of the root device. Discussed on: -current MFC after: 3 days
19 lines
427 B
Text
19 lines
427 B
Text
\ Loader.rc
|
|
\ $FreeBSD$
|
|
\
|
|
\ Includes additional commands
|
|
include /boot/loader.4th
|
|
|
|
\ Reads and processes loader.conf variables
|
|
\ NOTE: Change to `initialize' if you enable the below boot menu
|
|
start
|
|
|
|
\ Tests for password -- executes autoboot first if a password was defined
|
|
check-password
|
|
|
|
\ Uncomment to enable boot menu
|
|
\ include /boot/beastie.4th
|
|
\ beastie-start
|
|
|
|
\ Unless set otherwise, autoboot is automatic at this point
|
|
|