]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/forth/loader.rc
Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reversal.
[FreeBSD/FreeBSD.git] / stand / 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 include /boot/efi.4th
10 try-include /boot/loader.rc.local
11
12 \ Reads and processes loader.conf variables
13 \ NOTE: Change to `initialize' if you enable the below boot menu
14 start
15
16 maybe-efi-resizecons
17 maybe-resetcons
18
19 \ Tests for password -- executes autoboot first if a password was defined
20 check-password
21
22 \ Uncomment to enable boot menu
23 \ include /boot/beastie.4th
24 \ beastie-start
25
26 \ Unless set otherwise, autoboot is automatic at this point
27