From 67154a6d30de5501b28465f2fa08e69fca5740d1 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 20 Oct 1997 21:57:14 +0000 Subject: [PATCH] MF22: rev 1.246.2.65, put the bootstrap files onto the fixit floppy. --- release/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/release/Makefile b/release/Makefile index d7d58932f092..1c802ac383b6 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.330 1997/10/05 09:47:28 jkh Exp $ +# $Id: Makefile,v 1.331 1997/10/05 22:31:40 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -445,7 +445,7 @@ release.9: mkdir ${RD}/fixitfd cd ${RD}/fixitfd && \ mkdir -p dev stand bin sbin etc mnt mnt1 mnt2 mnt3 mnt4 tmp \ - usr/share/misc + usr/share/misc usr/mdec @cd ${.CURDIR} && $(MAKE) installCRUNCH CRUNCH=fixit \ DIR=${RD}/fixitfd/stand ZIP=false ( cd ${RD}/fixitfd/dev && \ @@ -456,6 +456,11 @@ release.9: ${RD}/trees/bin/etc/protocols ${RD}/fixitfd/etc cp ${RD}/trees/bin/usr/share/misc/scsi_modes \ ${RD}/fixitfd/usr/share/misc + cp ${RD}/trees/bin/usr/mdec/boot[12] ${RD}/fixitfd/usr/mdec + for type in fd od sd wd ; do \ + ( cd ${RD}/fixitfd/usr/mdec && ln -s boot1 $${type}boot && \ + ln -s boot2 boot$${type} ) ; \ + done cp ${.CURDIR}/fixit.profile ${RD}/fixitfd/.profile cp ${.CURDIR}/fixit.services ${RD}/fixitfd/etc/services cp ${.CURDIR}/tar.sh ${RD}/fixitfd/stand/tar