Package Details: mkinitcpio-dkms 1.1-2

Package Base: mkinitcpio-dkms
Description: mkinitcpio hook to autoinstall dkms modules
Upstream URL: http://linux.dell.com/dkms/
Category: system
Licenses: GPL3
Submitter: Corubba
Maintainer: Corubba
Last Packager: None
Votes: 15
First Submitted: 2012-07-23 12:33
Last Updated: 2013-04-08 11:10

Dependencies (1)

Required by (0)

Sources

  • dkms

Latest Comments

Comment by Corubba

2014-04-18 09:04

Unfortunately there is no way to do this in pacman directly. The easiest and cleanest way I found to do it is using a shell function for system upgrade. This is what I currently use http://pastebin.com/TVtG0NHK

Comment by artiom

2014-04-18 08:34

During system upgrade the kernel is upgraded before the headers, so when this hook is started it can no compile. Is there any way to install headers before kernel?

Comment by Corubba

2013-01-17 12:20

Position doesn't matter here, because the hooks only runs on imagebuild but not runtime. I personally favour to add at the end.

Comment by sl1pkn07

2013-01-17 09:29

in what position is need insert this hook?

HOOKS="base udev autodetect modconf block filesystems usbinput fsck"

greetings