View previous topic :: View next topic |
Author |
Message |
kirby@magnaspeed.net n00b
Joined: 16 Mar 2005 Posts: 3
|
Posted: Tue Oct 11, 2005 4:32 pm Post subject: how do I emerge 2.6.13 |
|
|
I want to install/run the 2.6.13 kernel... I run 'emerge gentoo-sources' and I seemingly am supposed to get that specific kernel, but I don't know how to 'force' it to that version.. Instead I get linux-2.6.12-gentoo-r10
I tried this:
emerge gentoo-sources-2.6.13
Calculating dependencies
!!! Problem in sys-kernel/gentoo-sources-2.6.13 dependencies.
!!! "Specific key requires an operator (sys-kernel/gentoo-sources-2.6.13) (try adding an '=')" exceptions |
|
Back to top |
|
|
ithika n00b
Joined: 14 Dec 2004 Posts: 23 Location: Edinburgh, UK
|
Posted: Tue Oct 11, 2005 4:51 pm Post subject: |
|
|
If you want to emerge a specific version you have to do as it says and drop in an equals sign (=), as in:
Code: | emerge =sys-kernel/gentoo-sources-2.6.13 |
This little snippet, and more, is to be found on the Noobie Cheat Sheet, which I keep in my browser bookmarks at all times.
Good luck with the kernel upgrade. I recently moved to 2.6.13 and it caused me all sorts of bother because I was still running devfs. I'd recommend moving across to udev with your current config before you change kernel, as upgrading several things at once can leave things in a helluva guddle |
|
Back to top |
|
|
chunderbunny Veteran
Joined: 31 May 2004 Posts: 1281 Location: 51°24'27" N, 0°57'15" W
|
Posted: Tue Oct 11, 2005 5:43 pm Post subject: |
|
|
If 2.6.13 isn't showing up in portage then you need to "emerge sync" to update the available list of packages. |
|
Back to top |
|
|
|