diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2017-11-30 15:03:04 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2017-11-30 15:03:04 +0000 |
commit | 8de361412f5d4b426ab0c5c67cd9db3bf2bb25d4 (patch) | |
tree | 717ffaf4b451630cc06eef023ab477292ad93af6 /distrib/notes | |
parent | cc934cca8b19715c1f3f71c7706542f5e5fb1138 (diff) |
Fix variable expansion.
From Rafael Neves
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/octeon/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/octeon/install b/distrib/notes/octeon/install index 052d8a65da3..5a19cbdc797 100644 --- a/distrib/notes/octeon/install +++ b/distrib/notes/octeon/install @@ -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 |