Benjamin Drung

Results 185 comments of Benjamin Drung

Patches for documentation updates are welcome. Having a `test/README.md` sounds like a good idea. It can point to the right location or just be a symlink.

@pvalena thanks for offering help to review PRs. My opinion: I suggest to start reviewing PRs and demonstrating expertise. Once you contributed we can consider adding you to the PR...

Can you document (in your commit message) which compiler error you see or which CFLAGS causes it?

The commit message could be a little bit more verbose. The title "Remove a space-separated list of files" is confusing on the first read. You do not remove a space-separated...

What about splitting the tests that test the live boot?

Please rebase. Can you document since when mdadm creates `/run`?

> One way forward is to invoke dracut two times. > > First invocation with `hostonly=false` to compute kernel modules (with `--kernel-only`) - for "full kernel module portability". > >...

The documentation of dracut is slightly contradictory: https://dracut-ng.github.io/dracut-ng/ says in "Host v Default mode": > **host-only mode** > dracut will generate a smaller customized initramfs image which contains only whatever...

> I don't understand what the point of a `full` hostonly mode vs a generic mode? We have a roughly even split between default hostonly and default generic among distributions...