dracut-054
#1488
Replies: 1 comment 1 reply
-
I looks like adamoa is credited for the bluetooth feature, which he started, but I finished in #1139 (but not credited). I guess this is because I kept rebasing the original commit? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With this release dracut has undergone a major overhaul.
A lot of systemd related modules have been added.
The integration test suite has finally ironed out the flaky behaviour due to the parallel device probing of the kernel,
which bit sometimes in the non-kvm github CI. So, if you see any
/dev/sda
in a setup script with more than two hard drives,chances are, that the script works on the wrong disk. Same goes for network interfaces.
This release is also fully
shellcheck
'ed withShellCheck-0.7.2
and indented withshfmt
andastyle
.The dracut project builds test containers every day for:
opensuse/tumbleweed-dnf:latest
archlinux:latest
fedora:rawhide
fedora:latest
fedora:33
These containers can easily be used to run the integration tests locally without root permissions via
podman
.We hope this serves as a blueprint for your distribution's CI process.
More information can be found in docs/HACKING.md.
Bug Fixes
/usr/etc
files (3ad3b3a4)make clean
(d643156d)//
(de0c0872)modules.builtin.alias
in the initramfs (7f633747)modules.builtin.modinfo
to the initramfs (87c4c178)libexec
(22d6863e)Performance
Features
Contributors
This discussion was created from the release dracut-054.
Beta Was this translation helpful? Give feedback.
All reactions