FS#27373 - [virtualbox-source] - modify /usr/bin/vboxbuild to put modules in Arch's default dir
Attached to Project:
Community Packages
Opened by John (graysky) - Wednesday, 30 November 2011, 22:02 GMT
Last edited by Ionut Biru (wonder) - Saturday, 03 December 2011, 18:06 GMT
Opened by John (graysky) - Wednesday, 30 November 2011, 22:02 GMT
Last edited by Ionut Biru (wonder) - Saturday, 03 December 2011, 18:06 GMT
|
Details
Why? Consistency since /lib/modules/$(uname -r)/extramodules
is the new home for extra modules and since the main package
places its modules there. Thoughts?
The following should do it but I'm sure you can write a more elegant solution :) find /lib/modules/$(uname -r)/misc -name 'vbox*.ko' -exec gzip -9 {} \; mv /lib/modules/$(uname -r)/misc/vbox*.ko.gz /lib/modules/$(uname -r)/extramodules depmod -a |
This task depends upon
Closed by Ionut Biru (wonder)
Saturday, 03 December 2011, 18:06 GMT
Reason for closing: Implemented
Additional comments about closing: 4.1.6-4
Saturday, 03 December 2011, 18:06 GMT
Reason for closing: Implemented
Additional comments about closing: 4.1.6-4
stock kernels have /lib/modules/$(uname -r)/extramodules-MAJOR_VERSION and i don't know if all unsupported kernels really use this schema