loader.rc revision 293294
1\ Loader.rc
2\ $FreeBSD: stable/10/sys/boot/forth/loader.rc 293294 2016-01-07 01:50:50Z dteske $
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
9try-include /boot/loader.rc.local
10
11\ Reads and processes loader.conf variables
12\ NOTE: Change to `initialize' if you enable the below boot menu
13start
14
15\ Tests for password -- executes autoboot first if a password was defined
16check-password
17
18\ Uncomment to enable boot menu
19\ include /boot/beastie.4th
20\ beastie-start
21
22\ Unless set otherwise, autoboot is automatic at this point
23
24