diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-11-26 08:18:26 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-11-26 08:18:26 +0000 |
commit | 470810f6e211f2ddcfcbaea798c76daa43e3e631 (patch) | |
tree | 5e7c82583e505915f8638c887164a0e4bea5ef4e /distrib/sparc64/ramdisk | |
parent | 257c90225a81ea98cb8f297aed278cb1ac7898d3 (diff) |
Use ofwbootfd on sparc64 floppies. Avoids problems when ofwboot grows.
Diffstat (limited to 'distrib/sparc64/ramdisk')
-rw-r--r-- | distrib/sparc64/ramdisk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/sparc64/ramdisk/Makefile b/distrib/sparc64/ramdisk/Makefile index 5475f28f0d8..7ceaa079106 100644 --- a/distrib/sparc64/ramdisk/Makefile +++ b/distrib/sparc64/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2014/11/22 15:02:27 deraadt Exp $ +# $OpenBSD: Makefile,v 1.30 2014/11/26 08:18:18 stsp Exp $ TOP= ${.CURDIR}/.. @@ -61,9 +61,9 @@ ${FLOPPY}: bsd.gz ${BOOT} /usr/ disklabel -w ${VND} ${FLOPPYTYPE} newfs -m 0 -o space -i 524288 -c ${FLOPPYSIZE} ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} - cp ${DESTDIR}/usr/mdec/ofwboot ${MOUNT_POINT}/ + cp ${DESTDIR}/usr/mdec/ofwbootfd ${MOUNT_POINT}/ofwboot cp bsd.gz ${MOUNT_POINT}/bsd - installboot -v ${VND} + installboot -v ${VND} /usr/mdec/bootblk ${MOUNT_POINT}/ofwboot @echo "" @df -i ${MOUNT_POINT} @echo "" |