Copy the loader.help file to the boot floppy.

This commit is contained in:
Jordan K. Hubbard 1999-12-16 00:58:58 +00:00
parent d0840ab627
commit fcc943bc7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54660

View File

@ -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