freebsd-dev/sys/boot/forth/loader.rc
Nathan Whitehorn 5f3c4bd1d7 Revert changes to this file in r222417. This unconditionally enabled the
boot menu on all platforms, which breaks loader completely on at least
powerpc for reasons that are not understood yet.

Reviewed by:	Devin Teske
2011-06-15 14:07:16 +00:00

15 lines
285 B
Plaintext

\ Loader.rc
\ $FreeBSD$
\
\ Includes additional commands
include /boot/loader.4th
\ Reads and processes loader.conf variables
start
\ Tests for password -- executes autoboot first if a password was defined
check-password
\ Unless set otherwise, autoboot is automatic at this point