-
Notifications
You must be signed in to change notification settings - Fork 9
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
systemd #7
Comments
I noticed that when |
I rewrote the hook to use the same triggers as mkinitcpio's hook. See #9. |
Actually I just noticed |
i am new to arch and learning everyday.
when the kernel and ucode updates, the hook works.
i noticed that when systemd updates, the bootup screen still have the older systemd version. I like to have everything to the latest and greatest version.
i added Target=systemd to the hook.
[Trigger]
Type = Package
Operation = Upgrade
Operation = Install
Target = linux*
Target = intel-ucode
Target = systemd
should this be added to your github project?
The text was updated successfully, but these errors were encountered: