diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-09-27 19:11:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-09-27 19:11:38 +0000 |
commit | fa6404c7e0b83cdb394d2fb8af05dca8154e878c (patch) | |
tree | 2421544fef5a9f4a26c016ccf1dd73acedb7d221 /distrib | |
parent | e488428d450b4d15d2ce2d2a26888044de241b97 (diff) |
Add IP26 kernels and boot blocks to the installation media.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/sgi/cdfs/Makefile | 6 | ||||
-rw-r--r-- | distrib/sgi/iso/Makefile | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/distrib/sgi/cdfs/Makefile b/distrib/sgi/cdfs/Makefile index 8b13ed898da..4955c9707ff 100644 --- a/distrib/sgi/cdfs/Makefile +++ b/distrib/sgi/cdfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2014/03/15 04:07:39 miod Exp $ +# $OpenBSD: Makefile,v 1.16 2015/09/27 19:11:36 miod Exp $ TOP= ${.CURDIR}/.. @@ -8,10 +8,10 @@ BSDRD= bsd.rd CDROM= cd${REV}.iso FFS= ffs.img # must match the size of `minicdroot' in disktab -CDFSMB= 13 +CDFSMB= 15 all: ${CDROM} -ALLIP= 22 27 28 30 32 +ALLIP= 22 26 27 28 30 32 # Note regarding sgivol -h value: # boot32 currently (2012/05/25) needs 87 512 byte sectors, boot64 needs 200, diff --git a/distrib/sgi/iso/Makefile b/distrib/sgi/iso/Makefile index cb068f156ec..74ee2617b16 100644 --- a/distrib/sgi/iso/Makefile +++ b/distrib/sgi/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2014/09/21 13:44:45 deraadt Exp $ +# $OpenBSD: Makefile,v 1.25 2015/09/27 19:11:37 miod Exp $ TOP= ${.CURDIR}/.. @@ -8,7 +8,7 @@ CDROM= install${REV}.iso RELXDIR?= /home/relx-${MACHINE} RELDIR?= /home/rel-${MACHINE} -ALLIP= 22 27 28 30 32 +ALLIP= 22 26 27 28 30 32 BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ ${RELDIR}/game${OSrev}.tgz ${RELDIR}/man${OSrev}.tgz \ @@ -80,7 +80,9 @@ ${CDROM}: cp ${DESTDIR}/usr/mdec/bootecoff ${.OBJDIR}/cd-dir/bootecoff cp ${DESTDIR}/usr/mdec/boot32 ${.OBJDIR}/cd-dir/boot32 cp ${DESTDIR}/usr/mdec/boot64 ${.OBJDIR}/cd-dir/boot64 + ln ${.OBJDIR}/cd-dir/bootecoff ${.OBJDIR}/cd-dir/boot-IP22 + ln ${.OBJDIR}/cd-dir/boot64 ${.OBJDIR}/cd-dir/boot-IP26 ln ${.OBJDIR}/cd-dir/boot64 ${.OBJDIR}/cd-dir/boot-IP27 ln ${.OBJDIR}/cd-dir/boot64 ${.OBJDIR}/cd-dir/boot-IP28 ln ${.OBJDIR}/cd-dir/boot64 ${.OBJDIR}/cd-dir/boot-IP30 |