summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.rc
blob: a84753da026363afdc736a0ce9930796755ff16f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\ Loader.rc
\ $FreeBSD$
\
\ Includes additional commands
include /boot/loader.4th

\ Reads and processes loader.conf variables
\ NOTE: Change to `initialize' if you enable the below boot menu
start

\ Tests for password -- executes autoboot first if a password was defined
check-password

\ Uncomment to enable boot menu
\ include /boot/beastie.4th
\ beastie-start

\ Unless set otherwise, autoboot is automatic at this point

OpenPOWER on IntegriCloud