From 628c1856e7672afd3ca295aab9a1f0a81ea4e0c5 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 12 Jun 1997 09:23:54 +0000 Subject: [PATCH] Whoops - add boot.foo files to the outside of the MFS, not the inside. :) Brain engaged now. --- release/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release/Makefile b/release/Makefile index 0b6abf0d6ea0..7f1adf6a6253 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.297 1997/06/11 10:03:40 jkh Exp $ +# $Id: Makefile,v 1.298 1997/06/12 09:18:29 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -450,8 +450,6 @@ release.8: write_mfs_in_kernel dumpnlist @echo "Making the regular boot floppy." tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall help | \ tar xvf - -C ${RD}/mfsfd/stand - @cp ${.CURDIR}/../sys/i386/boot/biosboot/boot.help ${RD}/mfsfd - @touch ${RD}/mfsfd/boot.config @echo "Compressing doc files..." @gzip -9 ${RD}/mfsfd/stand/help/*.hlp sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${BOOTMFSSIZE} ${RD}/mfsfd \ @@ -686,6 +684,8 @@ doMFSKERN: kzip -v ${RD}/boot.${FSIMAGE}/kernel @mv ${RD}/boot.${FSIMAGE}/kernel ${RD}/kernels/MFSKERNEL.${FSIMAGE} @mv ${RD}/boot.${FSIMAGE}/kernel.kz ${RD}/boot.${FSIMAGE}/kernel + @cp ${.CURDIR}/../sys/i386/boot/biosboot/boot.help ${RD}/boot.${FSIMAGE} + @touch ${RD}/boot.${FSIMAGE}/boot.config @rm -f ${RD}/floppies/boot${FSIMAGE}.flp sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${FDSIZE} ${RD}/boot.${FSIMAGE} \ ${BOOTINODE} ${FDLABEL}