summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-12 09:23:54 +0000
committerjkh <jkh@FreeBSD.org>1997-06-12 09:23:54 +0000
commit628c1856e7672afd3ca295aab9a1f0a81ea4e0c5 (patch)
tree3fa9d01e12123f39fb79f63036ccdc28ff196dc1 /release
parent528afa5976bffa0367f64afdd4dc0a97080a14aa (diff)
downloadFreeBSD-src-628c1856e7672afd3ca295aab9a1f0a81ea4e0c5.zip
FreeBSD-src-628c1856e7672afd3ca295aab9a1f0a81ea4e0c5.tar.gz
Whoops - add boot.foo files to the outside of the MFS, not the inside. :)
Brain engaged now.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 0b6abf0..7f1adf6 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}
OpenPOWER on IntegriCloud