aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2012-10-09 03:54:53 +0000
committerDevin Teske <dteske@FreeBSD.org>2012-10-09 03:54:53 +0000
commit3c9898d95c36dbf4bcdf86ae524a208a1f2047a0 (patch)
tree2e83e9c749a1fe5f871c97a57eedcb2348d379d7
parent09bc77f513063b65062a691111d75c10608fcdd9 (diff)
Notes
-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 b49b716ddb9ce..b4f703352e816 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