You are not logged in.
`pacman -Qo` says no package owns that file.
Most places mention `linux` install it. e.g. https://bbs.archlinux.org/viewtopic.php … 6#p1894916
But I can't find the contents of that file in the linux-* packages.
Last edited by gcb (2024-04-03 17:09:01)
Offline
it is generated dynamically by the /usr/share/libalpm/scripts/mkinitcpio script invoked from /usr/share/libalpm/hooks/90-mkinitcpio-install.hook pacman hook.
Offline
Looks like it's the archiso package. In my case:
$ sudo pacman -F linux.preset
extra/archiso 74-1
usr/share/archiso/configs/baseline/airootfs/etc/mkinitcpio.d/linux.preset
usr/share/archiso/configs/releng/airootfs/etc/mkinitcpio.d/linux.presetAnd then you can just look up the archiso package at https://archlinux.org/packages/extra/any/archiso/
Offline
Thanks!
always try to forget about the package hooks there. I should put a note on /etc/pacman.d/hooks/ to look for libalpm too.
The archiso ones are special purpose i think. not what we get on a regular install.
Offline