Strip the .comment section out from the BOOTMFS kernel.
This commit is contained in:
parent
a508b2a6c1
commit
dbc9acf4e4
@ -1068,7 +1068,7 @@ doMFSKERN:
|
||||
@mkdir ${RD}/image.${FSIMAGE}
|
||||
@cd ${RD}/kernels && \
|
||||
(chflags noschg BOOTMFS || true) && \
|
||||
${WMAKEENV} strip BOOTMFS && \
|
||||
${WMAKEENV} strip -R .comment BOOTMFS && \
|
||||
cp BOOTMFS BOOTMFS.${FSIMAGE} && \
|
||||
[ -r BOOTMFS.hints ] && mv BOOTMFS.hints BOOTMFS.${FSIMAGE}.hints
|
||||
mv ${RD}/kernels/BOOTMFS ${RD}/image.${FSIMAGE}/kernel
|
||||
|
Loading…
x
Reference in New Issue
Block a user