Lennart Poettering
Lennart Poettering
lgtm. thanks!
we definitely want this, but I think we should really read the id asap, and not delay it until use. seems an unnecessary optimization to me, that more likely creates...
i'd really pick up the id always, but i guess i am happy with this too as it is. But please let's use uint64_t for the id, not ino_t, because...
Hmm, so in case of PAM session stuff we fork() off a process that sticks around and maintains the PAM session. it's a copy of process we execute because of...
@joedavid0 or @SoapGentoo any chance you can check if #33197 fixes this for you?
systemd-boot is an UEFI program, only UEFI drivers matter at that point. Linux device drivers only are relevant once the Linux kernel initializes, but htat happens later. So the question...
@moritztim most folks would run sd-boot in qemu and probably do printf-based debugging. But ou can do proper debugging too, see docs/HACKING.md
So I still don't get the boot.csv thing. Why does it matter to us under what name shim is installed? why not just install it under both names, always? That's...
> Shim installs multiple binaries, so either we hardcode which one goes in the efi variable, or we need a way to know which one to use. It's not a...
> I'm not sure there's any real advantage in doing that - this CSV file is part of shim's interface, so it has to be handled and installed anyway, it...