mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Only install boot blocks if !MFSKERN. Too big otherwise!
This commit is contained in:
parent
d22889b821
commit
9013d85dcb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40061
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.407 1998/10/08 09:06:16 jkh Exp $
|
||||
# $Id: Makefile,v 1.408 1998/10/08 09:53:32 jkh Exp $
|
||||
#
|
||||
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
|
||||
#
|
||||
|
@ -717,7 +717,7 @@ doMFSKERN:
|
|||
@mv ${RD}/kernels/BOOTMFS ${RD}/kernels/BOOTMFS.${FSIMAGE}
|
||||
@cp ${RD}/kernels/BOOTMFS.${FSIMAGE} ${RD}/boot.${FSIMAGE}/kernel
|
||||
@mkdir -p ${RD}/boot.${FSIMAGE}/boot
|
||||
.if exists(/boot/loader)
|
||||
.if exists(/boot/loader) && !defined(_MFSKERN)
|
||||
@cp /boot/* ${RD}/boot.${FSIMAGE}/boot
|
||||
.endif
|
||||
.if defined(BOOT_CONFIG)
|
||||
|
|
Loading…
Reference in a new issue