I'm also hitting disk contraints with almost-100M initrds. Ben Hutchings, le mar. 05 févr. 2019 01:00:31 +0100, a ecrit: > On Sat, 28 Jan 2012 08:34:31 +0100 =?utf-8?q?Micha=C5=82_Miros=C5=82aw?= > <mirq-bo...@rere.qmqm.pl> wrote: > > Please add an option (possibly defaulted to on) to strip kernel modules and > > binaries put in initrd. When using kernel with debugging enables the > > unstripped modules are available in /lib/modules. Unneeded copy of the > > symbols > > in initrd image take over 80% of its size. > [...]
FTR, plain strip shouldn't be used as such, strip --strip-unneeded is needed instead, to avoid breaking loading the modules. Samuel