On 5/14/22 12:52, Stefan Schmiedl wrote:
Samstag, 14. Mai 2022 11:37:
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?
How are you building your initramfs? dracut, genkernel, other?
Are you sure that cargo is going to be included in the initramfs
and not just required to build it?
s.
Well, I'm not, that's what I'm trying to do. But I'd like to do it the
way I've done it for years rather using some new facility.
Can genkernel do it? I built my kernel just now according to
https://wiki.gentoo.org/wiki/Kernel/Upgrade, as I always have.
Maybe I should start over and use genkernel?
Okay, I see genkernel has a initramfs action. I'll try that. It
probably uses cargo under the hood. SMH. Building an initramfs isn't
all that difficult once you know what's got to go into it. Are we
gratuitously adding dependencies? We should strive to keep things simple.