Remove /boot/boot[12] from the MFS installation floppies.

This saves us 8KB.

Submitted by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Reviewed by:	jhb
This commit is contained in:
David E. O'Brien 2000-10-24 19:05:39 +00:00
parent 127bc4f9e6
commit 9e239bc22f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67516

View File

@ -821,7 +821,7 @@ doMFSKERN:
mv ${RD}/kernels/BOOTMFS ${RD}/image.${FSIMAGE}/kernel
@echo "Setting up /boot directory for ${FSIMAGE} floppy"
@mkdir -p ${RD}/image.${FSIMAGE}/boot
@cp /boot/boot[12] /boot/loader ${RD}/image.${FSIMAGE}/boot
@cp /boot/loader ${RD}/image.${FSIMAGE}/boot
@[ -r ${RD}/kernels/BOOTMFS.${FSIMAGE}.hints ] && \
sed -e '/^hint/s/^/set /' -e '/^#/d' \
${RD}/kernels/BOOTMFS.${FSIMAGE}.hints > \