summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-06-12 09:18:29 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-06-12 09:18:29 +0000
commiteba60d13d380678f80696d35c2959cfa54fb6965 (patch)
tree0bd363ab34cfebeb86e2e6c81dd99ca584689dbf
parent457984b7f18a9ab5013500b6320f226c125ff80f (diff)
Notes
-rw-r--r--release/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 28ba635b92b1..0b6abf0d6ea0 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 \