xref: /freebsd/stand/forth/loader.rc (revision 26a58599a09a6181e0f5abe624021865a0c23186)
1ca987d46SWarner Losh\ Loader.rc
2ca987d46SWarner Losh\
3ca987d46SWarner Losh\ You should not edit this file! Put any overrides in loader.rc.local
4ca987d46SWarner Losh\ instead as this file can be replaced during system updates.
5ca987d46SWarner Losh\
6ca987d46SWarner Losh\ Includes additional commands
7ca987d46SWarner Loshinclude /boot/loader.4th
87afc7a87SWarner Loshinclude /boot/efi.4th
9ca987d46SWarner Loshtry-include /boot/loader.rc.local
10ca987d46SWarner Losh
11ca987d46SWarner Losh\ Reads and processes loader.conf variables
12ca987d46SWarner Losh\ NOTE: Change to `initialize' if you enable the below boot menu
13ca987d46SWarner Loshstart
14ca987d46SWarner Losh
157afc7a87SWarner Loshmaybe-efi-resizecons
16*73531a2aSRyan Moellermaybe-resetcons
177afc7a87SWarner Losh
18ca987d46SWarner Losh\ Tests for password -- executes autoboot first if a password was defined
19ca987d46SWarner Loshcheck-password
20ca987d46SWarner Losh
21ca987d46SWarner Losh\ Uncomment to enable boot menu
22ca987d46SWarner Losh\ include /boot/beastie.4th
23ca987d46SWarner Losh\ beastie-start
24ca987d46SWarner Losh
25ca987d46SWarner Losh\ Unless set otherwise, autoboot is automatic at this point
26ca987d46SWarner Losh
27