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