mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 02:15:51 -04:00
18 lines
299 B
Text
18 lines
299 B
Text
|
|
\ Loader.rc
|
||
|
|
\ $FreeBSD$
|
||
|
|
\
|
||
|
|
\ Includes additional commands
|
||
|
|
include /boot/loader.4th
|
||
|
|
|
||
|
|
\ Reads and processes loader.rc
|
||
|
|
start
|
||
|
|
|
||
|
|
\ Tests for password -- executes autoboot first if a password was defined
|
||
|
|
check-password
|
||
|
|
|
||
|
|
\ Load in the boot menu
|
||
|
|
include /boot/beastie.4th
|
||
|
|
|
||
|
|
\ Start the boot menu
|
||
|
|
beastie-start
|