summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-10-20 21:57:14 +0000
committerjoerg <joerg@FreeBSD.org>1997-10-20 21:57:14 +0000
commitfe9a1c7666a0ebba198a4dca013a28f9409971db (patch)
treecf9d2b230d4cf3a63a3ab9453d5b64a873c6e80e
parent286bd820cc3b38d2ae032a881061765bea524a6d (diff)
downloadFreeBSD-src-fe9a1c7666a0ebba198a4dca013a28f9409971db.zip
FreeBSD-src-fe9a1c7666a0ebba198a4dca013a28f9409971db.tar.gz
MF22: rev 1.246.2.65, put the bootstrap files onto the fixit floppy.
-rw-r--r--release/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index d7d5893..1c802ac 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
OpenPOWER on IntegriCloud