summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-08 05:33:11 +0000
committerjkh <jkh@FreeBSD.org>1999-01-08 05:33:11 +0000
commit890d07010ccedfb402d59b7309137105c92ec565 (patch)
tree8dc9bdf5f9337a41907056a1aad75db53080f919 /release
parentb5ddfbd3fd93eb1a3e4e95595c848e9660eca09e (diff)
downloadFreeBSD-src-890d07010ccedfb402d59b7309137105c92ec565.zip
FreeBSD-src-890d07010ccedfb402d59b7309137105c92ec565.tar.gz
Copy only the boot1 and boot2 (if exists) files into mfs/boot since
we don't need the others there.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 48bf5afa..1c0d500 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
OpenPOWER on IntegriCloud