\ Loader.rc
\ $FreeBSD: release/9.2.0/sys/boot/forth/loader.rc 254235 2013-08-12 01:21:14Z dteske $
\
\ 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

\ Uncomment to enable boot menu
\ include /boot/beastie.4th
\ beastie-start

\ Unless set otherwise, autoboot is automatic at this point

