Be more selective about installing things from /boot; no telling
what might wind up there in the future to overflow us again.
This commit is contained in:
parent
e8015b0f00
commit
6bda53ee82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user