summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/menu.rc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/forth/menu.rc')
-rw-r--r--sys/boot/forth/menu.rc12
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/boot/forth/menu.rc b/sys/boot/forth/menu.rc
index 3e345f7..3d8bff9 100644
--- a/sys/boot/forth/menu.rc
+++ b/sys/boot/forth/menu.rc
@@ -55,10 +55,14 @@ set mainmenu_reboot
\
set mainmenu_options=5
-set mainmenu_caption[5]="Configure Boot [O]ptions..."
-set mainmenu_command[5]="2 goto_menu"
-set mainmenu_keycode[5]=111
-set mainansi_caption[5]="Configure Boot Options..."
+set mainmenu_kernel=5
+set mainmenu_command[5]="cycle_kernel"
+set mainmenu_keycode[5]=107
+
+set mainmenu_caption[6]="Configure Boot [O]ptions..."
+set mainmenu_command[6]="2 goto_menu"
+set mainmenu_keycode[6]=111
+set mainansi_caption[6]="Configure Boot Options..."
\
\ BOOT OPTIONS MENU
OpenPOWER on IntegriCloud