Deleted Added
full compact
loader.rc (223109) loader.rc (253715)
1\ Loader.rc
1\ Loader.rc
2\ $FreeBSD: head/sys/boot/forth/loader.rc 223109 2011-06-15 14:07:16Z nwhitehorn $
2\ $FreeBSD: head/sys/boot/forth/loader.rc 253715 2013-07-27 18:19:28Z kientzle $
3\
4\ Includes additional commands
5include /boot/loader.4th
6
7\ Reads and processes loader.conf variables
8start
9
10\ Tests for password -- executes autoboot first if a password was defined
11check-password
12
3\
4\ Includes additional commands
5include /boot/loader.4th
6
7\ Reads and processes loader.conf variables
8start
9
10\ Tests for password -- executes autoboot first if a password was defined
11check-password
12
13\ Uncomment to enable boot menu
14\ include /boot/beastie.4th
15\ beastie-start
16
13\ Unless set otherwise, autoboot is automatic at this point
14
17\ Unless set otherwise, autoboot is automatic at this point
18