freebsd-dev/stand/forth/loader.rc
Kyle Evans 5ef2174a50 Forth version of EFI autoresizing
r331321 delegated autoresizing to an efi-autoresizecons command that
currently is expected to be done in forth/lua prior to drawing anything
useful.

Add the Forth version of the lua addition in r331321, hook efi.4th up to be
installed.

efiboot? was written by dteske@; anything outside of that may be blamed on
me.
2018-03-21 22:01:51 +00:00

27 lines
639 B
Plaintext

\ Loader.rc
\ $FreeBSD$
\
\ You should not edit this file! Put any overrides in loader.rc.local
\ instead as this file can be replaced during system updates.
\
\ Includes additional commands
include /boot/loader.4th
include /boot/efi.4th
try-include /boot/loader.rc.local
\ Reads and processes loader.conf variables
\ NOTE: Change to `initialize' if you enable the below boot menu
start
maybe-efi-resizecons
\ 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