jozzsi

Results 256 comments of jozzsi

> Due to usrmerge, `/bin` must be avoided ... I checked the references, and I have not seen a statement about '/bin' not existing. All of the CI containers has...

@FlysoftBeta Have you tried to use systemd-ukify together with LLVM's objdump (I realize you need to use it with OpenRC, but it is just a python app which does not...

@chewi in some modules dracut is using [jq](https://github.com/dracut-ng/dracut-ng/blob/main/modules.d/95nvmf/module-setup.sh#L5). Would that be an option here ? I would however do not introduce a hard mandatory dependency on jq in core systemd...

> make the systemd-battery-check an optional dependency for the test instead of a mandatory dependency Filed a PR based on this idea - https://github.com/dracut-ng/dracut-ng/pull/967

This bug already has all the relevant people CCd for the regressions caused by https://github.com/dracut-ng/dracut-ng/commit/3de4c7313260fb600507c9b87f780390b874c870. I think it is time to consider reverting https://github.com/dracut-ng/dracut-ng/commit/3de4c7313260fb600507c9b87f780390b874c870 here upstream as well for now...

I found a few related (different use-case, but similar PR) discussions. https://github.com/dracutdevs/dracut/pull/2210 https://github.com/microsoft/azurelinux/issues/9543 I personally like the following syntax as it does not introduce one more argument and it is...

> if change the confdir to a list then it could change the behavior because confdir is not an extra dir besides of the default one Perhaps make `--conf` a...

If the config files are organized into subdirectories ``` dracut.conf.d/default.conf dracut.conf.d/rescue/rescue.conf dracut.conf.d/kdump/kdump.conf ``` then effectively 'rescue' directory would become a rescue `profile` (`--extra-confdir rescue`). @licliu @daveyoung - how would you...

@pvalena is this still draft PR ? Thanks !

@prudo1 The regression is for the following scenario: Dracut module `A` has a dependency on dracut module `B`. The `check()` function for module `A` passes, but for module `B` it...