Hi,

[EMAIL PROTECTED]:
> With CONFIG_DEBUG_INFO=y I get an initrd approximately 10x as large as
> without, and the kernel won't use it. Full kernel messages to point
> should follow soon.
> 
IMHO, mkinitrd should strip these symbols.

Something like this ..:

$ find $WHEREVER/lib/modules/*/kernel -name \*.ko -print0 | xargs -0r strip 
--strip-debug --remove-section =.comment --remove-section=.note 
--remove-section=.note.GNU-stack

=> reassign bug to mkinitrd?

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]

Attachment: signature.asc
Description: Digital signature

Reply via email to