Deleted Added
full compact
menu.rc (262701) menu.rc (262704)
1\ Menu.rc
1\ Menu.rc
2\ $FreeBSD: stable/10/sys/boot/forth/menu.rc 262701 2014-03-03 07:16:39Z dteske $
2\ $FreeBSD: stable/10/sys/boot/forth/menu.rc 262704 2014-03-03 07:31:55Z dteske $
3\
4\ Load required Forth modules
5include /boot/version.4th
6include /boot/brand.4th
7include /boot/menu.4th
8include /boot/menu-commands.4th
9include /boot/shortcuts.4th
10

--- 104 unchanged lines hidden (view full) ---

115set optionsansi_caption[6]="Verbose..... Off"
116set optionstoggled_ansi[6]="Verbose..... On"
117
118\ Enable automatic booting (add ``autoboot_delay=N'' to loader.conf(5) to
119\ customize the timeout; default is 10-seconds)
120\
121set menu_timeout_command="boot"
122
3\
4\ Load required Forth modules
5include /boot/version.4th
6include /boot/brand.4th
7include /boot/menu.4th
8include /boot/menu-commands.4th
9include /boot/shortcuts.4th
10

--- 104 unchanged lines hidden (view full) ---

115set optionsansi_caption[6]="Verbose..... Off"
116set optionstoggled_ansi[6]="Verbose..... On"
117
118\ Enable automatic booting (add ``autoboot_delay=N'' to loader.conf(5) to
119\ customize the timeout; default is 10-seconds)
120\
121set menu_timeout_command="boot"
122
123\ Include optional elements defined in a local file
124\
125try-include /boot/menu.rc.local
126
123\ Display the main menu (see `menu.4th')
124set menuset_initial=1
125menuset-loadinitial
126menu-display
127\ Display the main menu (see `menu.4th')
128set menuset_initial=1
129menuset-loadinitial
130menu-display