Put sysinst onto the boot CDs, too.

This commit is contained in:
ad 2008-12-01 10:20:57 +00:00
parent 4d30f18b26
commit aa2aa71eff
2 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.cdrom,v 1.6 2008/11/21 15:49:51 ad Exp $
# $NetBSD: Makefile.cdrom,v 1.7 2008/12/01 10:20:57 ad Exp $
.include <bsd.own.mk>
@ -42,3 +42,10 @@ CDRUNTIME+= ./usr/sbin/chroot
CDRUNTIME+= ./usr/sbin/installboot
CDRUNTIME+= ./usr/sbin/wiconfig
CDRUNTIME+= ./usr/share/misc/termcap
image_md_pre:
${CP} ${.CURDIR}/../../ramdisks/common/dot.profile cdrom/etc/rc
${MKDIR} cdrom/mnt2 cdrom/targetroot
${CP} ${SYSINSTDIR}/sysinst cdrom
${CHMOD} ugo+rx cdrom/sysinst
${CP} ${SYSINSTDIR}/sysinstmsgs.?? cdrom

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2008/11/21 15:49:51 ad Exp $
# $NetBSD: Makefile,v 1.7 2008/12/01 10:20:57 ad Exp $
#
# Install CD, to be made after 'build.sh release'
@ -16,11 +16,4 @@ SYSINSTDIR!= cd ${.CURDIR}/../../../utils/sysinst/arch/${MACHINE} && ${PRINTOBJD
prepare_md_post:
${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
image_md_pre:
${CP} ${.CURDIR}/../../ramdisks/common/dot.profile cdrom/etc/rc
${MKDIR} cdrom/mnt2 cdrom/targetroot
${CP} ${SYSINSTDIR}/sysinst cdrom
${CHMOD} ugo+rx cdrom/sysinst
${CP} ${SYSINSTDIR}/sysinstmsgs.?? cdrom
.include "${.CURDIR}/../../../common/Makefile.bootcd"