Deleted Added
full compact
loader.rc (262701) loader.rc (262704)
1\ Loader.rc
1\ Loader.rc
2\ $FreeBSD: stable/10/sys/boot/i386/loader/loader.rc 262701 2014-03-03 07:16:39Z dteske $
2\ $FreeBSD: stable/10/sys/boot/i386/loader/loader.rc 262704 2014-03-03 07:31:55Z dteske $
3\
4\ Includes additional commands
5include /boot/loader.4th
3\
4\ Includes additional commands
5include /boot/loader.4th
6try-include /boot/loader.rc.local
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
7
8\ Reads and processes loader.conf variables
9initialize
10
11\ Tests for password -- executes autoboot first if a password was defined
12check-password
13
14\ Load in the boot menu
15include /boot/beastie.4th
16
17\ Start the boot menu
18beastie-start