summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-16 00:58:58 +0000
committerjkh <jkh@FreeBSD.org>1999-12-16 00:58:58 +0000
commitc1c6d497b5d5d8378dfdd9271ad821b53507164c (patch)
tree509656ec3411537a71d6bac06a107005d2682011 /release
parent25b59a777cf35a5b35b4253da35d20c361e19397 (diff)
downloadFreeBSD-src-c1c6d497b5d5d8378dfdd9271ad821b53507164c.zip
FreeBSD-src-c1c6d497b5d5d8378dfdd9271ad821b53507164c.tar.gz
Copy the loader.help file to the boot floppy.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index a84fbbc..6c0c7d5 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -489,6 +489,7 @@ release.8: write_mfs_in_kernel
-test -f ${.CURDIR}/install.cfg && cp ${.CURDIR}/install.cfg ${RD}/mfsfd
@mkdir -p ${RD}/mfsfd/boot
@cp /boot/boot* ${RD}/mfsfd/boot
+ @cp /boot/loader.help ${RD}/mfsfd/boot
@echo "Making the regular boot floppy."
@tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall help | \
tar xf - -C ${RD}/mfsfd/stand
OpenPOWER on IntegriCloud