]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - sys/boot/forth/loader.rc
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / sys / boot / forth / loader.rc
1 \ Loader.rc
2 \ $FreeBSD$
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
8 include /boot/loader.4th
9 try-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
13 start
14
15 \ Tests for password -- executes autoboot first if a password was defined
16 check-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