jozzsi
jozzsi
CI is on systemd v252 - https://github.com/dracut-ng/dracut-ng/wiki/Dracut-development#minimal-versions-of-notable-dependencies-in-test-containers . I do not think systemd version would be an issue now. Hmm.. void and alpine are both on v251 (as reported by...
This would break test on Void and Alpine distributions (even on alpine:edge at the moment). ``` # udevadm info --query=property --name=/dev/sr0 --property=ID_FS_TYPE --value info: unrecognized option '--property=ID_FS_TYPE' # udevadm --version...
Thanks @marcosfrm I think it would be good to isolate some of these changes into individual commits or PRs. IMHO At least 'Return early when no xattrs are present.' should...
> I split it into three commits. Take a look. Great. Non-owner LGTM.
Not sure if this is _always_ a good idea (for all distributions), so perhaps the only way to proceed here tis o find a configuration for opting into this decompression....
> This is usually a better idea unless the maximum size of the initramfs is somehow the bottleneck. IMHO initramfs generation time is also a consideration - hence the tradeoff....
> finally! ``` Error: [C015] Description should not start with a repetition of the tag fix(test-40): fix breakage on multiple libfido2 & dump lsinitrd on not found ``` Perhaps >...
Benefits of this PR over https://github.com/zboszor/dracut-ng/commit/70d7408896d6e3dffa9c73a98a4f8646342460f9 is that it restores earlier behavior (instead of handling the introduction of new files) and that it produces the same output regardless of running...
> Does this not break the root password set in 99base for the emergency console in host-only mode? Thanks for the review @chewi - great point. Since both systemd-sysusers and...