xref: /freebsd/stand/i386/loader/loader.rc (revision 61e21613)
1\ Loader.rc
2\
3\ Includes additional commands
4include /boot/loader.4th
5include /boot/efi.4th
6try-include /boot/loader.rc.local
7
8\ Reads and processes loader.conf variables
9initialize
10
11maybe-efi-resizecons
12
13\ Tests for password -- executes autoboot first if a password was defined
14check-password
15
16\ Load in the boot menu
17include /boot/beastie.4th
18
19\ Start the boot menu
20beastie-start
21