Lennart Poettering
Lennart Poettering
> $ cat /etc/hostname > maxchernoff.ca So this is always going to be a bit messy, because the linux kernel isn't really set up for setting fqdns are kernel host...
needs rebase
so I'd be fine if there was a way to explicitly write the default value to disk, but i think we shouldn't do that by default, but on request. if...
(I think tab completion would be kinda awesome)
> BTW, the original issue report is for TEST-70-TPM2.tpm2-setup.sh. But this does not change the script... Yeah, that's fine. We move the other uses of PCR 11 to use PCR...
Force pushed a new version. Just had forgotten some lines where we touch PCR 11 in the pcrextend test.
Added a fix for https://github.com/systemd/systemd/issues/40087 on top.
> The commit in this PR uses the wrong permissions for the ESP, no? It should be 700 for /boot/... and 755 for /var/lib/... right? well, it doesn't really matter,...
Those who ran into this on a real system, could you please provide full debug logs of one boot? Otherwise this is not really debuggable. The TEST-70-TPM2 thing is very...
So right now: systemd-tpm2-setup-early.service has After=systemd-pcrphase-initrd.service and Before=sysinit.target. systemd-tpm2-setup.service has After=systemd-tpm2-setup-early.service and Before=sysinit.target systemd-pcrphase-initrd.service has no here relevant explicit deps. systemd-pcrphase.service has effectively After=basic.target by means of not having DefaultDependencies=no...