summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/forth/menu-commands.4th4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/forth/menu-commands.4th b/sys/boot/forth/menu-commands.4th
index b49b716..b4f7033 100644
--- a/sys/boot/forth/menu-commands.4th
+++ b/sys/boot/forth/menu-commands.4th
@@ -164,8 +164,8 @@ marker task-menu-commands.4th
@ \ dereference address into value
48 + \ convert to ASCII numeral
- s" set root=${root_prefix}${root[N]}${root_prefix}"
- \ command to assemble full kernel-path
+ s" set root=${root_prefix}${root[N]}${root_suffix}"
+ \ command to assemble root image-path
-rot tuck 30 + c! swap \ replace 'N' with array index value
evaluate \ sets $kernel to full kernel-path
OpenPOWER on IntegriCloud