from kernel 2.6.23 to 2.6.28

Hello,
i use the 2.6.23-grml-kernel on my system. I want to upgrade the kernel to version 2.6.28-grml. If i do: aptitude install linux-image-2.6.28-grml
only this package will be downloaded and installed, but no drivers from grml.
How can i upgrade the kernel with all the grml-modules of the 2.6.28 kernel?
Thanks for your help
Regards.
Dietmar

* Dietmar Segbert didi.segbert@arcor.de [20090912 23:14]:
i use the 2.6.23-grml-kernel on my system. I want to upgrade the kernel to version 2.6.28-grml. If i do: aptitude install linux-image-2.6.28-grml
only this package will be downloaded and installed, but no drivers from grml.
How can i upgrade the kernel with all the grml-modules of the 2.6.28 kernel?
There doesn't exist a virtual package to match all kernel related modules at once.
So instead just try:
aptitude install linux-image-2.6.28-grml $(dpkg --list | awk '/^ii.*2.6.23-grml/ {print $2}') update-initramfs -c -t -k 2.6.28-grml
HTH && regards, -mika-
Teilnehmer (2)
-
didi.segbert@arcor.de
-
Michael Prokop