freebsd-dev/sys/boot/forth/loader.rc

24 lines
595 B
Plaintext
Raw Normal View History

1999-04-18 09:20:08 +00:00
\ Loader.rc
\ $FreeBSD$
1999-04-18 09:20:08 +00:00
\
\ You should not edit this file! Put any overrides in loader.rc.local
\ instead as this file can be replaced during system updates.
\
1999-04-18 09:20:08 +00:00
\ Includes additional commands
include /boot/loader.4th
try-include /boot/loader.rc.local
1999-04-18 09:20:08 +00:00
\ Reads and processes loader.conf variables
\ NOTE: Change to `initialize' if you enable the below boot menu
1999-04-18 09:20:08 +00:00
start
\ Tests for password -- executes autoboot first if a password was defined
check-password
\ Uncomment to enable boot menu
\ include /boot/beastie.4th
\ beastie-start
\ Unless set otherwise, autoboot is automatic at this point
1999-04-18 09:20:08 +00:00