Well I was just gonna do a
- Code: Select all
apt-get -t unstable install kernel-image-2.6.9
same as I did for mplayer and a few other packages ...
This way I don't have to touch my sources.list and I can use whatever repo I want for that particular package only.
Edit:
void Main wrote:Also, if I remember correctly Debian replaces your old kernel when you install a new kernel rather than add the kernel like RH systems do it.
As far as I've seen until now Debian replaces the kernel if the basic version is the same, e.g. 2.4.20-5 will be replaced by 2.4.20-7, but when I installed 2.6.7 kernel it didn't touch my 2.4.20 kernel and installed the new one alongside the old one.