Comment # 11 on bug 1192457 from
(In reply to Dominique Leuenberger from comment #10)

> Sounds good - but: kernel-default is the kernel with the compressed modules.
> We do not have a kernel build flavor with uncompressed modules

The idea would be something like 

 find /usr/lib/modules -name '*.ko.xz' -print0 | xargs -0 xz -d

after installing the kernel, and before creating the image.


You are receiving this mail because: