-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sys-kernel/dracut: Sync from Gentoo and apply Flatcar patches #1665
Conversation
Signed-off-by: Adrian Vladu <[email protected]>
isci dracut module needs flatcar-network as a dependency, otherwise it cannot be installed by dracut. Signed-off-by: Adrian Vladu <[email protected]>
c5fefe1
to
aec9f0d
Compare
Thanks! Could you please drop all the unused ebuilds and entries from Manifest as a part of the "sync with Gentoo" commit? It's a hindrance to find out which one is actually modified by us. |
Build action triggered: https://github.com/flatcar/scripts/actions/runs/7928743596 |
sure, will do. |
Signed-off-by: Adrian Vladu <[email protected]>
Signed-off-by: Adrian Vladu <[email protected]>
@gabriel-samfira @pothos the CI failed with some network issues, I will start a new build to see if the issues get reproduced. From my local testing, there were no issues. |
This reverts commit fd7c09f.
Signed-off-by: Adrian Vladu <[email protected]>
sys-kernel/dracut needs to be upgraded to a version that supports systemd-executor binary.
See: dracutdevs/dracut@62fd8eb
Without the systemd-executor binary, the upgrade to systemd 255 is not possible,
as it leads to a failure during the initramfs stage -
executable not found systemd-executor
.