loader.rc revision 262701
1\ Loader.rc
2\ $FreeBSD: stable/10/sys/boot/i386/loader/loader.rc 262701 2014-03-03 07:16:39Z dteske $
3\
4\ Includes additional commands
5include /boot/loader.4th
6
7\ Reads and processes loader.conf variables
8initialize
9
10\ Tests for password -- executes autoboot first if a password was defined
11check-password
12
13\ Load in the boot menu
14include /boot/beastie.4th
15
16\ Start the boot menu
17beastie-start
18