MF22: rev 1.246.2.65, put the bootstrap files onto the fixit floppy.
This commit is contained in:
parent
e4d13682be
commit
b3097ef3b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user