Lines Matching +full:- +full:boot

7 include /boot/version.4th
8 include /boot/brand.4th
9 include /boot/menu.4th
10 include /boot/menu-commands.4th
11 include /boot/shortcuts.4th
15 print_version \ print version string (bottom-right; see `version.4th')
16 draw-beastie \ draw freebsd mascot (on right; see `beastie.4th')
17 draw-brand \ draw the FreeBSD title (top-left; see `brand.4th')
18 menu-init \ initialize the menu area (see `menu.4th')
21 \ NOTE: To use `non-ansi' variants, add `loader_color=0' to loader.conf(5)
31 set mainmenu_caption[1]="Boot Multi User [Enter]"
32 set maintoggled_text[1]="Boot [S]ingle User [Enter]"
33 set mainmenu_command[1]="boot"
35 set maintoggled_ansi[1]="Boot ^[1mS^[mingle User ^[1m[Enter]^[m"
39 set mainmenu_caption[2]="Boot [S]ingle User"
40 set maintoggled_text[2]="Boot [M]ulti User"
42 set mainansi_caption[2]="Boot ^[1mS^[mingle User"
43 set maintoggled_ansi[2]="Boot ^[1mM^[multi User"
51 \ Enable built-in "Reboot" trailing menuitem
56 \ Enable "Options:" separator. When set to a numerical value (1-8), a visual
65 set mainmenu_caption[6]="Configure Boot [O]ptions..."
68 set mainansi_caption[6]="Configure Boot ^[1mO^[mptions..."
71 set mainmenu_caption[7]="Select Boot [E]nvironment..."
74 set mainansi_caption[7]="Select Boot ^[1mE^[mnvironment..."
93 \ BOOT OPTIONS MENU
109 set optionsmenu_optionstext="Boot Options:"
144 \ BOOT ENVIRONMENT MENU
172 set bootenvmenu_optionstext="Boot Environments:"
175 \ customize the timeout; default is 10-seconds)
177 set menu_timeout_command="boot"
181 try-include /boot/menu.rc.local
183 \ Initialize boot environment variables
186 s" bootenv_autolist" getenv dup -1 = [if]
190 s" YES" compare-insensitive 0= [if]
200 menuset-loadinitial
201 menu-display