aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-01-08 05:33:11 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-01-08 05:33:11 +0000
commit71696ba327db05627f497470b7310f4efb45b5d8 (patch)
tree275c54cf847fd93dfb4d4090ac1dd0712ce0f1ef
parent9694e175f122c1b1bf2af37417146d502b174b65 (diff)
downloadsrc-71696ba327db05627f497470b7310f4efb45b5d8.tar.gz
src-71696ba327db05627f497470b7310f4efb45b5d8.zip
Copy only the boot1 and boot2 (if exists) files into mfs/boot since
we don't need the others there.
Notes
Notes: svn path=/head/; revision=42389
-rw-r--r--release/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 48bf5afab909..1c0d5003c6fa 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.449 1999/01/06 19:18:45 jkh Exp $
+# $Id: Makefile,v 1.450 1999/01/08 00:33:21 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -448,7 +448,8 @@ release.8: write_mfs_in_kernel dumpnlist
for i in README.TXT RELNOTES.TXT INSTALL.TXT UPGRADE.TXT HARDWARE.TXT; do \
gzip -9c ${.CURDIR}/texts/$${i} > ${RD}/mfsfd/stand/help/$${i}.gz; done
-test -f ${.CURDIR}/install.cfg && cp ${.CURDIR}/install.cfg ${RD}/mfsfd
- @cp -r /boot ${RD}/mfsfd
+ @mkdir -p ${RD}/mfsfd/boot
+ @cp /boot/boot* ${RD}/mfsfd/boot
@echo "Making the regular boot floppy."
@tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall help | \
tar xf - -C ${RD}/mfsfd/stand