Skip to main content
Topic: How is the kernel update if s.o. eg "/usr/share/libalpm/scripts/kernel-install" (Read 436 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

How is the kernel update if s.o. eg "/usr/share/libalpm/scripts/kernel-install"

The doubt or s.o like error:
Code: [Select]
/usr/share/libalpm/scripts/kernel-install.sh: line 7: kernel-install: command not found

followed by
Code: [Select]
:: Processing package changes...
(1/2) upgrading linux-lqx                                       [##################################] 100%
(2/2) upgrading linux-lqx-headers                               [##################################] 100%
:: Running post-transaction hooks...
(1/3) Updating module dependencies...
(2/3) Installing kernel and initrd to $BOOT (kernel-install)
+ kernel-install add 5.18.6-lqx1-1-lqx /usr/lib/modules/5.18.6-lqx1-1-lqx/vmlinuz
/usr/share/libalpm/scripts/kernel-install.sh: line 7: kernel-install: command not found
(3/3) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux-lqx.preset: 'default'
  -> -k /boot/vmlinuz-linux-lqx -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lqx.img
==> Starting build: 5.18.6-lqx1-1-lqx
  -> Running build hook: [base]

What's it actually going on, it failed to accomplish kernel updating or it's made it. why's there such the message?

Re: How is the kernel update if s.o. eg "/usr/share/libalpm/scripts/kernel-install"

Reply #1
That's an AUR package. So your post should probably be in the AUR  subforum.

Does the kernel in /boot get updated?
Try downloading the packages snapshot from AUR and building it manually.
Do you then end up with a kernel in the resulting package?



Re: How is the kernel update if s.o. eg "/usr/share/libalpm/scripts/kernel-install"

Reply #2
The doubt or s.o like error:
Code: [Select]
/usr/share/libalpm/scripts/kernel-install.sh: line 7: kernel-install: command not found

followed by
Code: [Select]
:: Processing package changes...
(1/2) upgrading linux-lqx                                       [##################################] 100%
(2/2) upgrading linux-lqx-headers                               [##################################] 100%
:: Running post-transaction hooks...
(1/3) Updating module dependencies...
(2/3) Installing kernel and initrd to $BOOT (kernel-install)
+ kernel-install add 5.18.6-lqx1-1-lqx /usr/lib/modules/5.18.6-lqx1-1-lqx/vmlinuz
/usr/share/libalpm/scripts/kernel-install.sh: line 7: kernel-install: command not found
(3/3) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux-lqx.preset: 'default'
  -> -k /boot/vmlinuz-linux-lqx -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lqx.img
==> Starting build: 5.18.6-lqx1-1-lqx
  -> Running build hook: [base]

What's it actually going on, it failed to accomplish kernel updating or it's made it. why's there such the message?

why aren't you using the repo for linux-lqx?
Code: [Select]
[herecura]
# packages built against stable
Server = https://repo.herecura.be/herecura/x86_64

[liquorix]
Server = https://liquorix.net/archlinux/$repo/$arch
Cat Herders of Linux


Re: How is the kernel update if s.o. eg "/usr/share/libalpm/scripts/kernel-install"

Reply #4
they have kernels for specific use cases and software you cant get elsewhere that they are kind to build and share with people.  Browse the repo to see what they offer.  i use it to get opera and opera-beta.  it has some very neat stuff if you take a look.

Cat Herders of Linux