summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-31 03:53:55 +0000
committerjkh <jkh@FreeBSD.org>1999-01-31 03:53:55 +0000
commitf157bdc418b886572f5b8afd86b7304304f38cc2 (patch)
tree362042072acc68ff795fd04b184396ca4aba0c58 /release/Makefile
parentd233a9d411488650816d5df7266ee56e0ed9b8a4 (diff)
downloadFreeBSD-src-f157bdc418b886572f5b8afd86b7304304f38cc2.zip
FreeBSD-src-f157bdc418b886572f5b8afd86b7304304f38cc2.tar.gz
Be more selective about installing things from /boot; no telling
what might wind up there in the future to overflow us again.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile
index 281b712..a33df23 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.463 1999/01/29 11:39:03 jkh Exp $
+# $Id: Makefile,v 1.464 1999/01/30 22:15:35 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -659,9 +659,7 @@ doMFSKERN:
mv ${RD}/kernels/BOOTMFS ${RD}/image.${FSIMAGE}/kernel
@echo "Setting up /boot directory for ${FSIMAGE} floppy"
@mkdir -p ${RD}/image.${FSIMAGE}/boot
- @cp /boot/* ${RD}/image.${FSIMAGE}/boot
- @rm -f ${RD}/image.${FSIMAGE}/boot/netboot
- @rm -f ${RD}/image.${FSIMAGE}/boot/loader.old
+ @cp /boot/boot1 /boot/boot2 /boot/loader ${RD}/image.${FSIMAGE}/boot
.if !defined(_MFSKERN) || ${MACHINE_ARCH} == "alpha"
@echo "@load /kernel" > ${RD}/image.${FSIMAGE}/boot/loader.rc
@echo "@echo Please insert MFS root floppy and press enter:" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
OpenPOWER on IntegriCloud