You are not logged in.
Pages: 1
I know updates to the kernel trigger a new image to be built. sometimes after a pacman -Syu I am surprised that one of the packages being upgraded ends up calling mkinitcpio.
is it packages related to kernel modules? is there a way for me determine which packages that I have installed will create a new image on update?
Offline
cat /usr/share/libalpm/hooks/90-mkinitcpio-install.hookSee man 5 alpm-hooks.
Offline
Pages: 1