diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2015-03-12 21:41:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2015-03-12 21:41:57 +0000 |
commit | 4b19129a3f843aaf5b7edff9796b14c99cb172d3 (patch) | |
tree | e051c1fb4eb7647767d9d3adc2e87dac6efc5ee2 /distrib | |
parent | 2553c40ead8fa1bd9778a2c9c73906b216800c68 (diff) |
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@
Diffstat (limited to 'distrib')
-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 |