DOH! Name the mfsroot contents properly.

Noticed by:	"Sean O'Connell" <sean@stat.Duke.EDU>
This commit is contained in:
Jordan K. Hubbard 1998-12-08 00:14:51 +00:00
parent f7c9e34bea
commit aeaa1ed932

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.432 1998/12/06 00:05:42 jkh Exp $
# $Id: Makefile,v 1.433 1998/12/06 04:06:38 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@ -473,11 +473,11 @@ release.8: write_mfs_in_kernel dumpnlist
${RD}/mfsfd ${MFSINODE} ${BOOTMFSLABEL}
@cp fs-image fs-image.std
@mv fs-image.size fs-image.std.size
@gzip fs-image
@gzip -c fs-image > mfsroot.gz; rm fs-image
@sh -e ${.CURDIR}/scripts/doFS.sh ${RD} ${MNT} ${BOOTSIZE} \
fs-image.gz ${BOOTINODE} ${BOOTLABEL}
mfsroot.gz ${BOOTINODE} ${BOOTLABEL}
mv fs-image ${RD}/floppies/mfsroot.flp
@rm -f fs-image.gz fs-image.size
@rm -f mfsroot.gz fs-image.size
@cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=std
mv ${RD}/floppies/bootstd.flp ${RD}/floppies/kern.flp
@cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=std _MFSKERN=YES