Skip to content

pacman hooks are not run on kernel upgrade #26

@solsticedhiver

Description

@solsticedhiver

Since the changes to the linux package, chkboot alpm hooks are not run anymore

It is because linux package do not hold any file in /boot; instead kernel is installed by a mkinitcpio hook.

So the alpm hooks need to be rewritten to use Package as type and list possible package :

  • linux*
  • systemd (because I have a hook that reisntall systemd-boot if systemd is upgraded)
  • mkinitcpio* (will force a rerun of mkinitcpio)
  • grub (??)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions