summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-12 09:18:29 +0000
committerjkh <jkh@FreeBSD.org>1997-06-12 09:18:29 +0000
commit528afa5976bffa0367f64afdd4dc0a97080a14aa (patch)
treeb324c6d14c2c06e98262716832e9add3b1fdf422 /release
parent1050d2fdc16b4ede07fae4944ffdfd60b36bac83 (diff)
downloadFreeBSD-src-528afa5976bffa0367f64afdd4dc0a97080a14aa.zip
FreeBSD-src-528afa5976bffa0367f64afdd4dc0a97080a14aa.tar.gz
Copy boot.help file onto boot.flp and write zero-length boot.config
there to shut the boot blocks' whining little face up.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 28ba635..0b6abf0 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.296 1997/06/06 02:10:03 brian Exp $
+# $Id: Makefile,v 1.297 1997/06/11 10:03:40 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -450,6 +450,8 @@ 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 \
OpenPOWER on IntegriCloud