loader.rc revision 262704
1\ Loader.rc
2\ $FreeBSD: stable/10/sys/boot/forth/loader.rc 262704 2014-03-03 07:31:55Z dteske $
3\
4\ Includes additional commands
5include /boot/loader.4th
6try-include /boot/loader.rc.local
7
8\ Reads and processes loader.conf variables
9\ NOTE: Change to `initialize' if you enable the below boot menu
10start
11
12\ Tests for password -- executes autoboot first if a password was defined
13check-password
14
15\ Uncomment to enable boot menu
16\ include /boot/beastie.4th
17\ beastie-start
18
19\ Unless set otherwise, autoboot is automatic at this point
20
21