Skip to content
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

Open
cheezeechuckie opened this issue Sep 25, 2020 · 3 comments · May be fixed by #9
Open

systemd #7

cheezeechuckie opened this issue Sep 25, 2020 · 3 comments · May be fixed by #9

Comments

@cheezeechuckie
Copy link

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?

@julienfalque
Copy link
Contributor

I noticed that when systemd is upgraded but linux isn't, the hook is not triggered, despite the kernel images being rebuilt. I think the hook should list all packages that might trigger a kernel images build, which includes systemd but likely more.

@julienfalque julienfalque linked a pull request Aug 25, 2022 that will close this issue
@julienfalque
Copy link
Contributor

I rewrote the hook to use the same triggers as mkinitcpio's hook. See #9.

@julienfalque
Copy link
Contributor

Actually I just noticed mkinitcpio now natively supports building Unified kernel images. Maybe this means this repository can be archived? Thanks a lot @RobertCsordas for creating it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants