2005-10-30 05:41:42 +00:00
|
|
|
\ Loader.rc
|
|
|
|
\ $FreeBSD$
|
|
|
|
\
|
|
|
|
\ Includes additional commands
|
|
|
|
include /boot/loader.4th
|
2018-04-11 18:02:13 +00:00
|
|
|
include /boot/efi.4th
|
2013-11-17 18:12:17 +00:00
|
|
|
try-include /boot/loader.rc.local
|
2005-10-30 05:41:42 +00:00
|
|
|
|
|
|
|
\ Reads and processes loader.conf variables
|
2013-11-04 20:28:10 +00:00
|
|
|
initialize
|
2005-10-30 05:41:42 +00:00
|
|
|
|
2018-04-11 18:02:13 +00:00
|
|
|
maybe-efi-resizecons
|
|
|
|
|
2005-10-30 05:41:42 +00:00
|
|
|
\ Tests for password -- executes autoboot first if a password was defined
|
|
|
|
check-password
|
|
|
|
|
|
|
|
\ Load in the boot menu
|
|
|
|
include /boot/beastie.4th
|
|
|
|
|
|
|
|
\ Start the boot menu
|
|
|
|
beastie-start
|