View previous topic :: View next topic |
Author |
Message |
Featherfoot Veteran
Joined: 28 Dec 2002 Posts: 1108 Location: Stuart, Florida
|
Posted: Wed Feb 01, 2012 12:09 am Post subject: Need a HOWTO for updating after a linux-headers update (Solv |
|
|
I just updated my system to use linux-headers-3.1. I have rebuilt my kernel to account for the new headers, but what else do I need to do to update my system?
I did a Google search and also poked around the forums, but I don't see any instructions.
Last edited by Featherfoot on Wed Feb 01, 2012 12:31 am; edited 1 time in total |
|
Back to top |
|
|
Jaglover Watchman
Joined: 29 May 2005 Posts: 8291 Location: Saint Amant, Acadiana
|
|
Back to top |
|
|
wcg Guru
Joined: 06 Jan 2009 Posts: 588
|
Posted: Wed Feb 01, 2012 2:46 am Post subject: |
|
|
If you have app-portage/gentoolkit emerged, you can run
Code: |
equery depends linux-headers
|
to get a list of packages that depend directly on linux-headers.
sys-libs/glibc is the most important, but anything that uses
hard-coded sizes of kernel datatypes within its code would
be a candidate for re-emerging after a linux-headers update. _________________ TIA |
|
Back to top |
|
|
|