jozzsi
jozzsi
@floppym @strenker I am still learning about dracut but here is an idea that I have not yet had a chance to test - https://github.com/dracut-ng/dracut-ng/pull/566 . Perhaps you could be...
@ferringb what do you think of the idea of providing a fix (even for the `dracutmodules` config) instead of warning the user ? https://github.com/dracut-ng/dracut-ng/pull/566 should include `systemd-cryptsetup` (as long as...
Looking through the state of the project I found this related bug - https://github.com/dracutdevs/dracut/issues/2349 (and a possible source of regression - https://github.com/dracutdevs/dracut/pull/2270 ).
This is now test 22.
Somewhat related follow-up: https://github.com/dracut-ng/dracut-ng/pull/1405
Freeing up 00-09 might make sense, but I think a better namespace to recommend to 3rd party dracut modules is in the "middle" - e.g. 50-59. Related (but different) issue...
> Wouldn't it be useful to have numbers reserved at the beginning and at the end as well? We could perhaps free up 00-09 by adding +10 to the current...
No need for libraries to be in the 99 range. Some libraries are in the 45 (which maybe should all move to 10) range, so perhaps move the rest of...
All modules with 99 ordering should have a unique number. We need to determine the desired ordering for the following modules and assign a unique number - base - busybox...
In principle, most dracut modules should default to ordering number **`70`** (the middle of the 60-79 range). Ideally there should be some explanation/justification for each dracut module that does not...