1\ Loader.rc 2\ $FreeBSD$ 3\ 4\ Includes additional commands 5include /boot/loader.4th 6include /boot/efi.4th 7try-include /boot/loader.rc.local 8 9\ Reads and processes loader.conf variables 10initialize 11 12maybe-efi-resizecons 13 14\ Tests for password -- executes autoboot first if a password was defined 15check-password 16 17\ Load in the boot menu 18include /boot/beastie.4th 19 20\ Start the boot menu 21beastie-start 22