Package Details: pacman-hook-kernel-install 0.16.0-1

Git Clone URL: https://aur.archlinux.org/pacman-hook-kernel-install.git (read-only, click to copy)
Package Base: pacman-hook-kernel-install
Description: Pacman hooks for kernel-install.
Upstream URL: https://man.archlinux.org/man/kernel-install.8
Keywords: kernel-install pacman pacman-hook
Licenses: GPL
Submitter: eNV25
Maintainer: eNV25
Last Packager: eNV25
Votes: 25
Popularity: 0.169706
First Submitted: 2021-06-20 19:17 (UTC)
Last Updated: 2025-06-22 21:36 (UTC)

Latest Comments

1 2 Next › Last »

cvlc commented on 2025-06-22 18:58 (UTC)

Hi !

Any reason not to update the package to v14 which is your github ?

Went there to modify the output to "+ ..." instead of "+..." and noticed it was already merged :)

eNV25 commented on 2025-06-08 17:37 (UTC)

@debnath This script only handles kernels owned by pacman. It excluses any other kernel.

I think it's fine like it is. If you want you can propose something in https://github.com/eNV25/pkgs.

debnath commented on 2025-02-20 08:46 (UTC) (edited on 2025-02-20 11:26 (UTC) by debnath)

@eNV25 The kernel-install.sh script can be significantly simplified by using kernel-install add-all. add-all was introduced in systemd v255. See: https://github.com/systemd/systemd/releases/tag/v255

The kernel-install list command was also introduced in systemd v255, which can also be used to simplify the kernel-install.sh script.

debnath commented on 2024-10-19 14:08 (UTC)

@cvlc I think either the "+" should be removed, or at least there should be a space after the "+", keeping it consistent with other such output lines.

cvlc commented on 2024-10-19 13:56 (UTC)

@eNV25 https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/blob/master/libalpm/hooks/90-mkinitcpio-install.hook?ref_type=heads

@debnath https://github.com/systemd/systemd/issues/33976

debnath commented on 2024-10-19 13:04 (UTC)

@eNV25, can you remove the "+" in https://aur.archlinux.org/cgit/aur.git/tree/kernel-install.sh?h=pacman-hook-kernel-install#n36

    echo >&2 +kernel-install "$@" "$kver" "$kimage"

I think the "+" before kernel-install is unnecessary.

eNV25 commented on 2024-10-19 12:12 (UTC)

@cvlc I don't know which hook you are talking about.

cvlc commented on 2024-10-14 13:29 (UTC)

Hi,

Should Target = boot/*-ucode.img in both hooks be changed to monitor files in /usr/lib/firmware/* like the mkinitcpio hook does ?

PS: the hook prints out Removing kernel and initrd from $BOOT... (kernel-install) without interpreting $BOOT.

yegorius commented on 2024-02-23 19:26 (UTC)

@eNV25 Thank you! It works now.

eNV25 commented on 2024-02-23 18:13 (UTC)

@yegorius I changed the number to 40.