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



_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users

Reply via email to