diff options
author | jkh <jkh@FreeBSD.org> | 1997-07-31 09:52:10 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-07-31 09:52:10 +0000 |
commit | 907acc12b7e9ead04493714f6ac227bd9d0e540f (patch) | |
tree | 6581dc076a5d88ac27fb15455ca11fa313318b5e /release | |
parent | bc32d74c9fad24e7feaaeea9c3869b5907a14b0e (diff) | |
download | FreeBSD-src-907acc12b7e9ead04493714f6ac227bd9d0e540f.zip FreeBSD-src-907acc12b7e9ead04493714f6ac227bd9d0e540f.tar.gz |
Touch a default kernel.config file to shut the boot blocks up about it
when not present.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 0bada50..47387b9 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.314 1997/07/13 00:54:22 jkh Exp $ +# $Id: Makefile,v 1.315 1997/07/23 10:44:39 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -656,6 +656,7 @@ doMFSKERN: @mv ${RD}/boot.${FSIMAGE}/kernel.kz ${RD}/boot.${FSIMAGE}/kernel @cp ${.CURDIR}/../sys/i386/boot/biosboot/boot.help ${RD}/boot.${FSIMAGE} @touch ${RD}/boot.${FSIMAGE}/boot.config + @touch ${RD}/boot.${FSIMAGE}/kernel.config @rm -f ${RD}/floppies/boot${FSIMAGE}.flp sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${FDSIZE} ${RD}/boot.${FSIMAGE} \ ${BOOTINODE} ${FDLABEL} |