Fix variable expansion.
authorvisa <visa@openbsd.org>
Thu, 30 Nov 2017 15:03:03 +0000 (15:03 +0000)
committervisa <visa@openbsd.org>
Thu, 30 Nov 2017 15:03:03 +0000 (15:03 +0000)
From Rafael Neves

distrib/notes/octeon/install

index 052d8a6..5a19cbd 100644 (file)
@@ -1,4 +1,4 @@
-dnl    $OpenBSD: install,v 1.14 2017/03/02 15:31:15 stsp Exp $
+dnl    $OpenBSD: install,v 1.15 2017/11/30 15:03:03 visa Exp $
 OpenBSDInstallPrelude
 
 OpenBSDInstallPart2
@@ -82,7 +82,7 @@ On dual-core systems, the coremask parameter enables the secondary CPU:
 On the EdgeRouter Lite, bootcmd may also reset the USB controller for
 more reliable USB device detection:
 
-  usb reset; fatload usb 0 $loadaddr bsd; bootoctlinux rootdev=sd0 coremask=0x3
+  usb reset; fatload usb 0 ${loadaddr} bsd; bootoctlinux rootdev=sd0 coremask=0x3
 
 OpenBSDCongratulations