[ATrpms-users] kernel upgrade with Nvidia + lirc

Michael michael at kmaclub.com
Mon Jul 10 17:31:25 CEST 2006


Paul wrote:
> is there anyway I can script the upgrade of the kernel + nividia and 
> Lirc Kernel mods (kmdl)
> heres what I do now
>
>     * yum update 
>     * [reboot ] 
>     * yum install nvidia-graphics8762-kmdl-$KVER
>     * yum install lirc-kmdl-$KVER
>     * [reboot]
>
> Whats the easiest way to script the install of the kernel mods so I 
> can just reboot the once?
>
>   
KVER is just an environment variable.  You can set it to any value you want.

yum update
export KVER=<new value for the new kernel>
yum install nvidia-graphics8762-kmdl-$KVER lirc-kmdl-$KVER
reboot

Michael





More information about the atrpms-users mailing list