Lines Matching +full:boot +full:- +full:enabled
1 .\" Copyright (c) 2011-2013 Devin Teske
30 .Nd FreeBSD dynamic menu boot module
52 .Pa /boot/menu.rc
53 file, so it is not needed (and should not be re-issued) in a normal setup.
57 .Bl -tag -width disable-module_module -compact -offset indent
58 .It Ic menu-init
60 This should be called before any other menu-related functions.
61 .It Ic menu-display
64 .It Ic menu-erase
66 .It Ic menu-redraw
68 .Ic menu-erase
70 .It Ic menu-unset
73 .It Ic menu-clear
75 .Ic menu-unset
77 .Ic menu-erase .
81 .Bl -tag -width bootfile -offset indent
85 (case-insensitive) or
89 If serial boot is enabled, color is disabled by default.
96 .Ic menu-display
99 .Ic ( boot
103 (case-insensitive)
104 .Ic menu-display
108 .Dq Li -1 ,
109 .Ic menu-display
110 will boot immediately, preventing both interruption of the
123 .Ic boot .
125 Sets the desired box style to draw around the boot menu.
149 to instead display the title left-or-right justified
152 Sets the desired column position of the boot menu.
155 Sets the desired row position of the boot menu.
174 .Pq enabled by default ,
192 is enabled
207 is enabled
213 running on ACPI-compatible hardware,
220 On non-i386 hardware, menuitems configured after the
224 On i386-compatible hardware lacking ACPI support (as detected by
230 on ACPI-compatible hardware when ACPI support is detected at boot time.
252 a single blank-line and an
255 .Va menu_caption[x-1]
260 If set, adds a built-in
274 .Bl -tag -width disable-module_module -compact -offset indent
275 .It Ic arch-i386? ( -- BOOL )
276 Returns true (-1) on i386 and false (0) otherwise.
277 .It Ic acpipresent? ( -- BOOL )
278 Returns true (-1) if ACPI is present and false (0) otherwise.
279 .It Ic acpienabled? ( -- BOOL )
280 Returns true (-1) if ACPI is enabled and false (0) otherwise.
281 .It Ic toggle_menuitem ( N -- N )
292 .It Ic cycle_menuitem ( N -- N )
305 above, use any number between 1 through 9. Sorry, double-digits are not
308 .Bl -tag -width /boot/loader.4th -compact
309 .It Pa /boot/loader
312 .It Pa /boot/menu.4th
315 .It Pa /boot/loader.rc
320 A simple boot menu:
322 .Bd -literal -offset indent -compact
323 include /boot/menu.4th
324 menu-init
325 set menu_caption[1]="Boot"
326 set menu_command[1]="boot"
331 set menu_timeout_command="boot"
333 menu-display
349 .An -nosplit