-
Notifications
You must be signed in to change notification settings - Fork 400
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
feat(install.d) Support ukify for kernel-install #2479
base: master
Are you sure you want to change the base?
Conversation
Be careful for justifying this work with dracut-ukify. dracut-ukify seem to exists only as an AUR package for arch only. Generally distro specific changes will expect a bit more scrutiny - see https://github.com/dracutdevs/dracut/wiki/Dracut-development#reviews . |
Well, I just used "dracut-ukify" as to indicate some kind of bridge/bond between two programs. Being a Gentoo user, I wasn't even aware that such thing exists in AUR.
Indeed, this is true, if this was about AUR package.(but it's not) This will work on any distro with systemd-boot (yes even on gentoo with openrc) with latest git version (or >=systemd 254.2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I don't agree with what this PR wants to add, so it's a no from me.
Seems like anti-ukifyism going on here. Some grudge against ukify/systemd? Anything related to it gets denied. |
It's one thing to support You can interpret it as you wish. |
Sir, this is no random generator. Ukify is built into systemd.
This patch IS about |
This issue is being marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. If this is still an issue in the latest release of Dracut and you would like to keep it open please comment on this issue within the next 7 days. Thank you for your contributions. |
This patch allows users to generate UKI with systemd & use dracut for initramfs.
How it works
Recently (commit) ukify gained ability to add all initrd's placed in $KERNEL_INSTALL_STAGING_AREA to UKI file.
With this patch initrd will be placed in $KERNEL_INSTALL_STAGING_AREA for ukify users, allowing seamless automation with kernel-install.
Checklist
Fixes
Need for hacks & hooks to let dracut & ukify get along well