View previous topic :: View next topic |
Author |
Message |
anrs n00b
Joined: 20 Jan 2010 Posts: 20
|
Posted: Wed Jan 20, 2010 9:04 am Post subject: [SOLVED] How to "emerge" specific version "ge |
|
|
I want to emerge the kernel 2.6.12, but "emerge gentoo-sources" directly will get the kernel 2.6.31,
then how to emerge the 2.6.12 gentoo-sources?
Last edited by anrs on Sun Jan 24, 2010 2:32 am; edited 1 time in total |
|
Back to top |
|
|
Exil Apprentice
Joined: 10 Oct 2005 Posts: 251 Location: Nibylandia
|
Posted: Wed Jan 20, 2010 9:07 am Post subject: |
|
|
I think it's impossible. Oldest version in portage is 2.6.16-r13.
you need to find ebuild and sources for 2.6.12. Do not ask me where |
|
Back to top |
|
|
sera Retired Dev
Joined: 29 Feb 2008 Posts: 1017 Location: CET
|
Posted: Wed Jan 20, 2010 9:07 am Post subject: |
|
|
Code: | emerge =sys-kernel/gentoo-sources-2.6.16-r13 |
for the oldest still available gentoo-sources. |
|
Back to top |
|
|
nenemsis5 n00b
Joined: 23 Oct 2007 Posts: 72
|
Posted: Wed Jan 20, 2010 9:08 am Post subject: Re: How to "emerge" specific version "gentoo- |
|
|
anrs wrote: | I want to emerge the kernel 2.6.12, but "emerge gentoo-sources" directly will get the kernel 2.6.31,
then how to emerge the 2.6.12 gentoo-sources? |
Code: | emerge -av =sys-kernel/gentoo-sources-2.6.12 |
but acknowled that this version isnt in the current portage tree
Last edited by nenemsis5 on Wed Jan 20, 2010 9:09 am; edited 1 time in total |
|
Back to top |
|
|
ChianasGeek n00b
Joined: 13 Nov 2004 Posts: 45 Location: United Kingdom
|
Posted: Wed Jan 20, 2010 9:09 am Post subject: |
|
|
Hi,
Well, it looks like gentoo-sources-2.6.12 have gone from the tree - oldest version is 2.6.16-r13 as of my sync of portage yesterday.
However, to emerge a specific version, you would:
Code: |
emerge =sys-kernel/gentoo-sources-2.6.16-r13
|
or replace the version number with whichever version you're choosing.
HTH _________________ Chiana's Geek
"We are Grey. We stand between the candle and the star."
(Backup Jabber ID: chianasgeek@xmpp.org.uk) |
|
Back to top |
|
|
anrs n00b
Joined: 20 Jan 2010 Posts: 20
|
Posted: Wed Jan 20, 2010 2:04 pm Post subject: |
|
|
thanks everyone |
|
Back to top |
|
|
ReeferMac Guru
Joined: 30 May 2004 Posts: 389
|
Posted: Sat Jan 23, 2010 9:30 pm Post subject: |
|
|
ChianasGeek wrote: | Hi,
However, to emerge a specific version, you would:
Code: |
emerge =sys-kernel/gentoo-sources-2.6.16-r13
|
or replace the version number with whichever version you're choosing.
HTH |
Quite a bit!!!!
Thanks a million.
- Mac |
|
Back to top |
|
|
|