FS#2673 - nvidia install - specify kernel version
Attached to Project:
Arch Linux
Opened by Aaron Griffin (phrakture) - Thursday, 28 April 2005, 23:24 GMT
Last edited by Judd Vinet (judd) - Friday, 29 April 2005, 16:37 GMT
Opened by Aaron Griffin (phrakture) - Thursday, 28 April 2005, 23:24 GMT
Last edited by Judd Vinet (judd) - Friday, 29 April 2005, 16:37 GMT
|
Details
It might be nice to update the nvidia driver after a kernel
update but before rebooting.
However, the nvidia installer uses uname for the kernel version - yet does hav a parameter to specify a different version. My suggestion is to allow something like this: KERNEL=2.6.11.7-ARCH pacman -S nvidia where the installer would check: if [ -z $KERNEL ]; then KERNEL=`uname -r` fi ... nvidia-installer ..... -k $KERNEL ..... not important, just figured it'd be nice |
This task depends upon