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

18 lines
311 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
\
\ Includes additional commands
include /boot/loader.4th
\ Reads and processes loader.conf variables
1999-04-18 09:20:08 +00:00
start
\ Tests for password -- executes autoboot first if a password was defined
check-password
\ Load in the boot menu
include /boot/beastie.4th
1999-04-18 09:20:08 +00:00
\ Start the boot menu
beastie-start