diff --git a/distrib/alpha/instkernel/Note.Results b/distrib/alpha/instkernel/Note.Results index fda4cee1cbd7..15fda6a27769 100644 --- a/distrib/alpha/instkernel/Note.Results +++ b/distrib/alpha/instkernel/Note.Results @@ -1,4 +1,5 @@ cd-hd-tape/obj/cdhdtape - fdset/obj/disk1of2 - fdset/obj/disk2of2 + fdset/obj/disk1of3 + fdset/obj/disk2of3 + fdset/obj/disk3of3 instkernel/obj/netbsd.gz diff --git a/distrib/alpha/instkernel/cd-hd-tape/Makefile b/distrib/alpha/instkernel/cd-hd-tape/Makefile index c22e0d4c46d2..4a7f24b82a5c 100644 --- a/distrib/alpha/instkernel/cd-hd-tape/Makefile +++ b/distrib/alpha/instkernel/cd-hd-tape/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2003/07/10 10:34:01 lukem Exp $ +# $NetBSD: Makefile,v 1.19 2004/05/10 00:08:49 ross Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" FLOPPYBASE= cdhdtape -FLOPPYSIZE= 5760 +FLOPPYSIZE= 10000 FLOPPYMETAFILE!=printf "USTAR.volsize.%o" ${FLOPPYSIZE} FLOPPYFILES= boot ${FLOPPYMETAFILE} netbsd FLOPPYMAX= 1 diff --git a/distrib/alpha/instkernel/fdset/Makefile b/distrib/alpha/instkernel/fdset/Makefile index e8dc634d91d7..ca3e0d944e14 100644 --- a/distrib/alpha/instkernel/fdset/Makefile +++ b/distrib/alpha/instkernel/fdset/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.14 2003/07/10 10:34:01 lukem Exp $ +# $NetBSD: Makefile,v 1.15 2004/05/10 00:08:49 ross Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" FLOPPYBASE= disk -FLOPPYSUFFIX= of2 +FLOPPYSUFFIX= of3 FLOPPYSIZE= 2880 FLOPPYFILES= boot netbsd -FLOPPYMAX= 2 +FLOPPYMAX= 3 FLOPPY_RELEASEDIR= installation/floppy