diff options
author | jkh <jkh@FreeBSD.org> | 1997-09-04 11:28:32 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-09-04 11:28:32 +0000 |
commit | b11d564e5ed4e0b957eb146c2cab02635075ed41 (patch) | |
tree | 53a3560f02bf61b044d3cc05c7d2dedd1048c484 /release/Makefile | |
parent | d6853bffcf48395500245abb9fbcb2af81ec1438 (diff) | |
download | FreeBSD-src-b11d564e5ed4e0b957eb146c2cab02635075ed41.zip FreeBSD-src-b11d564e5ed4e0b957eb146c2cab02635075ed41.tar.gz |
Copy the boot.help file also into the MFS image so that the installer
can find it later and copy it over.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index ad72b72..3d76957 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.317 1997/07/31 10:57:30 jkh Exp $ +# $Id: Makefile,v 1.318 1997/09/03 23:15:38 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -646,6 +646,7 @@ doMFSKERN: @mkdir -p /tmp/mnt_xx @mount /dev/vn0 /tmp/mnt_xx ./dumpnlist ${RD}/boot.${FSIMAGE}/kernel > /tmp/mnt_xx/stand/symbols + @cp ${.CURDIR}/../sys/i386/boot/biosboot/boot.help /tmp/mnt_xx @umount /tmp/mnt_xx @vnconfig -u /dev/vn0 @rmdir /tmp/mnt_xx |