jozzsi
jozzsi
Call the test_dracut function and omit the `test` module instead of repeating the logic. CC @PrincessDoreena (great test BTW!). ## Checklist - [ ] I have tested it locally -...
Currently the rescue image is only set to no-hostonly if it is generated via dracut-rescue.install. Make the rescue image generation more predictable and consistent by setting no-hostonly right in the...
Move rules that are not part of the udev upstream project and are dracut specific out of the `udev` dracut module for better module organization. ## Checklist - [ ]...
This reverts commit d0f8fde5668cfd7fda1d15824e268b4949b4fd04. This PR resolves the issue where during initrd generation dracut modules where dependencies are not met are included in the initrd (e.g. rngd for Alpine). ##...
Follow-up to https://github.com/dracut-ng/dracut-ng/pull/511 - specifically to https://github.com/dracut-ng/dracut-ng/pull/511#discussion_r1694675581 . ## Checklist - [ ] I have tested it locally - [ ] I have reviewed and updated any documentation if relevant...
Make `systemd-cryptsetup` a dependency of the `crypt` module when systemd dracut module is included. Improve tests with crypt dracut module to work in hostonly mode. Enable running these test both...
**Describe the enhancement** In addition to gcc, CI should test with clang as well
###### Merge Checklist **All** boxes should be checked before merging the PR *(just tick any boxes which don't apply to this PR)* - [ ] The toolchain has been rebuilt...
## Checklist - [ ] I have tested it locally - [ ] I have reviewed and updated any documentation if relevant - [ ] I am providing new code...
50drm --> 45drm 50plymouth --> 45plymouth Improvements for #538 ## Checklist - [ ] I have tested it locally - [ ] I have reviewed and updated any documentation if...