xref: /illumos-gate/usr/src/boot/forth/loader.rc (revision 22028508)
1\ Loader.rc
2\
3\ Includes additional commands
4include /boot/forth/loader.4th
5try-include /boot/loader.rc.local
6
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
11initialize drop
12
13\ Tests for password -- executes autoboot first if a password was defined
14check-password
15
16\ Load in the boot menu
17include /boot/forth/beastie.4th
18
19\ Start the boot menu
20beastie-start
21