]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/boot/forth/loader.rc
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / boot / forth / loader.rc
1 \ Loader.rc
2 \ $FreeBSD$
3 \
4 \ Includes additional commands
5 include /boot/loader.4th
6 try-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
10 start
11
12 \ Tests for password -- executes autoboot first if a password was defined
13 check-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