diff options
author | 2015-03-12 21:41:56 +0000 | |
---|---|---|
committer | 2015-03-12 21:41:56 +0000 | |
commit | d8b32c6d9fbdafb6e877561beee6852c36458b03 (patch) | |
tree | 941df23ecf33559a1b56dc09cbc25b1bf4af8586 | |
parent | On first cnpoll, reset the keyboard and pms hard. This is required (diff) | |
download | wireguard-openbsd-d8b32c6d9fbdafb6e877561beee6852c36458b03.tar.xz wireguard-openbsd-d8b32c6d9fbdafb6e877561beee6852c36458b03.zip |
Use the shorter ofwbootfd (without softraid support) on the miniroot.
This fixes booting of cdNN.iso and installNN.iso on the Blade 150.
ok deraadt@
-rw-r--r-- | distrib/sparc64/miniroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/miniroot/Makefile b/distrib/sparc64/miniroot/Makefile index ac0c3355c6d..7ef4367a75c 100644 --- a/distrib/sparc64/miniroot/Makefile +++ b/distrib/sparc64/miniroot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2014/11/22 15:02:27 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2015/03/12 21:41:56 naddy Exp $ TOP= ${.CURDIR}/.. @@ -37,7 +37,7 @@ bsd.rd: ofwboot: install -c -m 555 -o root -g wheel \ - ${DESTDIR}/usr/mdec/ofwboot /mnt/ofwboot + ${DESTDIR}/usr/mdec/ofwbootfd /mnt/ofwboot installboot: installboot -v vnd0 |