At Mittwoch 26 August 2009 20:46 David C. Rankin wrote:

>         Now where in the arch boot process could I put a script that 
> basically 
says 
> if uname -r is the lts kernel switch to nv and vice-versa?

/etc/rc.local:
if [ $(uname -r) = "2.6.27-lts" ]; then
  # do what you need to use nv
fi

But i think this will only works if you start kdm from the inittab ... or 
better 
to say, i don't know if this will works in the other case.

See you, Attila

Reply via email to