On 5/14/22 12:36, Dale wrote:
n952162 wrote:
On 5/14/22 10:44, Stefan Schmiedl wrote:
Samstag, 14. Mai 2022 10:00:
I never needed to use cargo before, to update my kernel. In what
way is
cargo better than earlier mechanisms to build initramfs?
With cargo being rust's package manager, I'd hazard the guess that
you got yourself a shiny new rust component in either your kernel
or your initramfs content.
s.
I don't get it. Why should something built with rust require a boot
packaging tool that also requires rust? That's like saying, if a
facility has a python component, the whole facility needs to be
distributed with pip.
Can anyone tell me where the initramfs staging area or configuration
file is?
The file(s) are in /etc/dracut.conf.d/. I only have one file but
depending on setup, you could have more than one.
Hope that helps.
Dale
:-) :-)
Unfortunately, I don't have that directory. I'm at 4.14.97.
Upgrading to 5.15.32. But I get a kernel panic and have no initramfs
for 5.15.32...
I suppose I could unpack the one I have for 4.14.97 and create a new one
based on that ...