loader: updates from review
[unleashed.git] / usr / src / boot / sys / boot / i386 / loader / loader.rc
blob32f6bf80432acab3d172c0622e6af2a0e3c9531c
1 \ Loader.rc
3 \ Includes additional commands
4 include /boot/forth/loader.4th
5 try-include /boot/loader.rc.local
7 \ Reads and processes loader.conf variables
8 \ NOTE: Change to `start' if you disable the below boot menu
9 \ also note that initialize will leave flag in stack from any_conf_read?
10 \ start
11 initialize drop
13 \ Tests for password -- executes autoboot first if a password was defined
14 check-password
16 \ Load in the boot menu
17 include /boot/forth/beastie.4th
19 \ Start the boot menu
20 beastie-start