diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-12 14:07:47 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-12 14:07:47 +0000 |
commit | 55cef35a66141a0725a968d7e7c55d018d656ff6 (patch) | |
tree | 4732ed7d9ae36e5fb33340d123fd6375bc0c57c8 /distrib/amd64/common | |
parent | edac74b98ea452a953e2d8ef01bc7e73d3f98807 (diff) |
Use fdboot for amd64 floppy disk media.
ok deraadt@
Diffstat (limited to 'distrib/amd64/common')
-rw-r--r-- | distrib/amd64/common/Makefile.inc | 4 | ||||
-rw-r--r-- | distrib/amd64/common/list | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/distrib/amd64/common/Makefile.inc b/distrib/amd64/common/Makefile.inc index bc373f16e6f..c29bc9364a6 100644 --- a/distrib/amd64/common/Makefile.inc +++ b/distrib/amd64/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.18 2011/07/09 00:42:48 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.19 2012/10/12 14:07:46 jsing Exp $ TOP= ${.CURDIR}/.. @@ -20,7 +20,7 @@ VND_RDEV= /dev/r${VND}a VND_CRDEV= /dev/r${VND}c PID!= echo $$$$ REALIMAGE!= echo /var/tmp/image.${PID} -BOOT= ${DESTDIR}/usr/mdec/boot +BOOT?= ${DESTDIR}/usr/mdec/boot FLOPPYSIZE?= 2880 FLOPPYTYPE?= floppy3 diff --git a/distrib/amd64/common/list b/distrib/amd64/common/list index 15f28c5e2ce..39c9e64a15d 100644 --- a/distrib/amd64/common/list +++ b/distrib/amd64/common/list @@ -1,8 +1,8 @@ -# $OpenBSD: list,v 1.24 2010/10/18 04:07:49 deraadt Exp $ +# $OpenBSD: list,v 1.25 2012/10/12 14:07:46 jsing Exp $ SRCDIRS distrib/special -SRCDIRS bin sbin usr.bin usr.sbin SRCDIRS sys/arch/amd64/stand +SRCDIRS bin sbin usr.bin usr.sbin # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -60,7 +60,6 @@ SPECIAL cd dev; sh MAKEDEV ramdisk # we need the contents of /usr/mdec COPY ${DESTDIR}/usr/mdec/biosboot usr/mdec/biosboot COPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr -COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot # various files that we need in /etc for the install COPY ${DESTDIR}/etc/group etc/group |