loader.rc revision 262701
1151874Sscottl\ Loader.rc
2151874Sscottl\ $FreeBSD: stable/10/sys/boot/i386/loader/loader.rc 262701 2014-03-03 07:16:39Z dteske $
3151874Sscottl\
4151874Sscottl\ Includes additional commands
5151874Sscottlinclude /boot/loader.4th
6151874Sscottl
7151874Sscottl\ Reads and processes loader.conf variables
8262701Sdteskeinitialize
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