* Dietmar Segbert <didi.segb...@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-
-- 
 http://grml.org/            # Linux for texttool-users and sysadmins
 http://wiki.grml.org/       # share your knowledge
 http://grml.supersized.org/ # the grml development weblog
 #grml @ irc.freenode.org    # meet us on irc

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Grml mailing list - Grml@mur.at
http://lists.mur.at/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://grml.supersized.org/

Reply via email to