xref: /freebsd/stand/forth/loader.rc (revision e17f5b1d)
1\ Loader.rc
2\ $FreeBSD$
3\
4\ You should not edit this file! Put any overrides in loader.rc.local
5\ instead as this file can be replaced during system updates.
6\
7\ Includes additional commands
8include /boot/loader.4th
9include /boot/efi.4th
10try-include /boot/loader.rc.local
11
12\ Reads and processes loader.conf variables
13\ NOTE: Change to `initialize' if you enable the below boot menu
14start
15
16maybe-efi-resizecons
17maybe-resetcons
18
19\ Tests for password -- executes autoboot first if a password was defined
20check-password
21
22\ Uncomment to enable boot menu
23\ include /boot/beastie.4th
24\ beastie-start
25
26\ Unless set otherwise, autoboot is automatic at this point
27
28