loader.rc revision 257650
1151874Sscottl\ Loader.rc
2151874Sscottl\ $FreeBSD: head/sys/boot/i386/loader/loader.rc 257650 2013-11-04 20:28:10Z dteske $
3151874Sscottl\
4151874Sscottl\ Includes additional commands
5151874Sscottlinclude /boot/loader.4th
6151874Sscottl
7151874Sscottl\ Reads and processes loader.conf variables
8257650Sdteskeinitialize
9151874Sscottl
10151874Sscottl\ Tests for password -- executes autoboot first if a password was defined
11151874Sscottlcheck-password
12151874Sscottl
13151874Sscottl\ Load in the boot menu
14151874Sscottlinclude /boot/beastie.4th
15151874Sscottl
16151874Sscottl\ Start the boot menu
17151874Sscottlbeastie-start
18