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