7afc7a8717
There's problems with them. The order of efi stuff isn't quite right, and there's various problems. Revert until thos problems can be fixed. Reviewed by: kevans@
22 lines
394 B
Plaintext
22 lines
394 B
Plaintext
\ Loader.rc
|
|
\ $FreeBSD$
|
|
\
|
|
\ Includes additional commands
|
|
include /boot/loader.4th
|
|
include /boot/efi.4th
|
|
try-include /boot/loader.rc.local
|
|
|
|
\ Reads and processes loader.conf variables
|
|
initialize
|
|
|
|
maybe-efi-resizecons
|
|
|
|
\ 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
|