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