Discussion:
[Grml] from kernel 2.6.23 to 2.6.28
Dietmar Segbert
2009-09-12 23:17:00 UTC
Permalink
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
Michael Prokop
2009-09-21 17:04:45 UTC
Permalink
Post by Dietmar Segbert
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.mur.at/pipermail/grml/attachments/20090921/4f1e55b9/attachment.pgp
Dietmar Segbert
2009-09-12 23:17:00 UTC
Permalink
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
Michael Prokop
2009-09-21 17:04:45 UTC
Permalink
Post by Dietmar Segbert
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://ml.grml.org/pipermail/grml/attachments/20090921/4f1e55b9/attachment-0002.pgp>
Dietmar Segbert
2009-09-12 23:17:00 UTC
Permalink
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
Michael Prokop
2009-09-21 17:04:45 UTC
Permalink
Post by Dietmar Segbert
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://ml.grml.org/pipermail/grml/attachments/20090921/4f1e55b9/attachment-0003.pgp>
Loading...