mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
127bc4f9e6
commit
9e239bc22f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 > \
|
||||
|
|
|
|||
Loading…
Reference in a new issue