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

\ Reads and processes loader.rc
start

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

\ Load in the boot menu
include /boot/beastie.4th

\ Do the normal initialization and startup
initialize drop

\ Start the boot menu
beastie-start
OpenPOWER on IntegriCloud