[arch-general] introducing kernel26-lts
Attila
vodoo0904 at sonnenkinder.org
Wed Aug 26 20:30:44 UTC 2009
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
More information about the arch-general
mailing list