diff options
| author | martin <martin@NetBSD.org> | 2019-12-05 10:25:41 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2019-12-05 10:25:41 +0000 |
| commit | f1bd97d93086a89fe8a586944577231eb491dcff (patch) | |
| tree | d161cbb4848a19bd140f383f85a2447ba8184d14 | |
| parent | 03cedcb349d0098175c5674c0ba7d882aa6b42c1 (diff) | |
Copy -current to 9.0, this has diverged (macppc 601 support and others,
but since the macppc release ISOs are still generated by this, it is
important to catch up)
| -rw-r--r-- | distrib/cdrom/NetBSD-9.0.mk | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/distrib/cdrom/NetBSD-9.0.mk b/distrib/cdrom/NetBSD-9.0.mk new file mode 100644 index 00000000000..094feb3c051 --- /dev/null +++ b/distrib/cdrom/NetBSD-9.0.mk @@ -0,0 +1,69 @@ +# $NetBSD: NetBSD-9.0.mk,v 1.1 2019/12/05 10:25:41 martin Exp $ +# +# Configuration file for NetBSD-9.0 + +# sysinst expects the architectures at top level +RELEASE_SUBDIR= # empty + +# BOOTFILE.alpha is absolute +BOOTFILE.alpha= ${EXTFILEDIR}/alpha.bootxx +EXTFILES.alpha= alpha.bootxx:alpha/binary/sets/base.tgz,./usr/mdec/bootxx_cd9660 +INTFILES.alpha= netbsd.alpha:alpha/installation/instkernel/netbsd.gz,link \ + boot:alpha/binary/sets/base.tgz,./usr/mdec/boot + +# cats needs an a.out kernel to boot from +INTFILES.cats= netbsd.cats:cats/binary/kernel/netbsd-INSTALL.aout.gz + +# BOOTFILE.i386 is relative to CD staging root +BOOTFILE.i386= boot.i386 +INTFILES.i386= boot.i386:i386/binary/sets/base.tgz,./usr/mdec/bootxx_cd9660 \ + boot:i386/binary/sets/base.tgz,./usr/mdec/boot \ + netbsd:i386/binary/kernel/netbsd-INSTALL.gz,link + +# BOOTFILE.amd64 is relative to CD staging root +BOOTFILE.amd64= boot.amd64 +INTFILES.amd64= boot.amd64:amd64/binary/sets/base.tgz,./usr/mdec/bootxx_cd9660 \ + boot:amd64/binary/sets/base.tgz,./usr/mdec/boot \ + netbsd:amd64/binary/kernel/netbsd-INSTALL.gz,link + +# macppc has external bootblock generation tool +EXTFILES.macppc= macppc.bootxx:macppc/binary/sets/base.tgz,./usr/mdec/bootxx \ + macppc.ofwboot:macppc/binary/sets/base.tgz,./usr/mdec/ofwboot +INTFILES.macppc= ofwboot.xcf:macppc/installation/ofwboot.xcf,link \ + ofwboot:macppc/binary/sets/base.tgz,./usr/mdec/ofwboot \ + netbsd.macppc:macppc/binary/kernel/netbsd-INSTALL.gz,link \ + netbsd.601:macppc/binary/kernel/netbsd-INSTALL_601.gz,link + +# BOOTFILE.pmax is absolute +BOOTFILE.pmax= ${EXTFILEDIR}/pmax.bootxx +EXTFILES.pmax= pmax.bootxx:pmax/binary/sets/base.tgz,./usr/mdec/bootxx_cd9660 +INTFILES.pmax= netbsd.pmax:pmax/binary/kernel/netbsd-INSTALL.gz,link \ + boot.pmax:pmax/binary/sets/base.tgz,./usr/mdec/boot.pmax + +# sgimips needs the compressed kernels with short names in /, the various +# boot files that go into the volume header and the bootblock.h file +# to grep for the volume header size +EXTFILES.sgimips= sgimips.bootblock.h:sgimips/binary/sets/comp.tgz,./usr/include/sys/bootblock.h +INTFILES.sgimips= aoutboot:sgimips/binary/sets/base.tgz,./usr/mdec/aoutboot \ + ip2xboot:sgimips/binary/sets/base.tgz,./usr/mdec/ip2xboot \ + ip3xboot:sgimips/binary/sets/base.tgz,./usr/mdec/ip3xboot \ + ip2x:sgimips/binary/kernel/netbsd-INSTALL32_IP2x.gz,link \ + ip3x:sgimips/binary/kernel/netbsd-INSTALL32_IP3x.gz,link + + +# BOOTFILE.sparc is absolute +BOOTFILE.sparc= ${EXTFILEDIR}/sparc-boot.fs +EXTFILES.sparc= sparc-boot.fs:sparc/installation/bootfs/boot.fs.gz +INTFILES.sparc= installation/bootfs/instfs.tgz:sparc/installation/bootfs/instfs.tgz,link +INTDIRS.sparc= installation/bootfs +MKISOFS_ARGS.sparc= -hide-hfs ./installation -hide-joliet ./installation + +# BOOTFILE.sparc64 is absolute +BOOTFILE.sparc64= ${EXTFILEDIR}/sparc64-boot.fs +EXTFILES.sparc64= sparc64-boot.fs:sparc64/installation/misc/boot.fs.gz + +# BOOTFILE.vax is absolute +BOOTFILE.vax= ${EXTFILEDIR}/vax.xxboot +EXTFILES.vax= vax.xxboot:vax/binary/sets/base.tgz,./usr/mdec/xxboot +INTFILES.vax= netbsd.vax:vax/installation/netboot/install.ram.gz,link \ + boot.vax:vax/binary/sets/base.tgz,./usr/mdec/boot |
