From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.54)
	id 1F3dTi-00049a-2p
	for garchives@archives.gentoo.org; Mon, 30 Jan 2006 18:10:14 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k0UI8qsZ023184;
	Mon, 30 Jan 2006 18:08:52 GMT
Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194])
	by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k0UI0kwX017395
	for <gentoo-user@lists.gentoo.org>; Mon, 30 Jan 2006 18:00:46 GMT
Received: by zproxy.gmail.com with SMTP id 8so1092522nzo
        for <gentoo-user@lists.gentoo.org>; Mon, 30 Jan 2006 10:00:45 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
        b=cQvo4iSlkfUmk1ofp5dp1DGHwnKXTc/837xkV22QNS+KS+ZLefUgRZvaqi3E0Js4jyDqqxhn4fKtVRtyIuZeHgFSMk/xqbMRU4xCXvzOiA8ybN9BB/F93mG6jcJq3tw+Mzlg24eaZfTyNgoeKihh1NciF4GtZh+/AkYTmt4nbAo=
Received: by 10.65.194.17 with SMTP id w17mr1837129qbp;
        Mon, 30 Jan 2006 10:00:45 -0800 (PST)
Received: by 10.65.148.19 with HTTP; Mon, 30 Jan 2006 10:00:45 -0800 (PST)
Message-ID: <87f1fb0a0601301000t73fae92cic3a8b47622f0be82@mail.gmail.com>
Date: Mon, 30 Jan 2006 13:00:45 -0500
From: Jerry Eastmanhouser <fuct.it@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] uname -a question
In-Reply-To: <200601291137.47379.schroder@ntplx.net>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_14064_32834617.1138644045381"
References: <200601280952.54455.schroder@ntplx.net>
	 <200601291033.39503.schroder@ntplx.net>
	 <20060129162904.1df4bcfa@krikkit.digimed.co.uk>
	 <200601291137.47379.schroder@ntplx.net>
X-Archives-Salt: 548b6544-babc-4b1c-b5fe-b57e9ba9fc8d
X-Archives-Hash: d7b16700670036a9a8218f4e7df18f2a

------=_Part_14064_32834617.1138644045381
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I thought that this was in the top 4 lines of the kernel Makefile.
It's embedded in the kernel after the kernel is compiled.
Example is from my servers below for the 2.4 kernel.
The extraversion line is set to whatever I want...it just appends
that to the end of kernel name...so if you want to have two 2.4.31
kernels you just change the extra version to something different
to differenciate between the kernels.

Standard location is going to be /usr/src/linux/Makefile

*VERSION =3D 2
PATCHLEVEL =3D 4
SUBLEVEL =3D 31
EXTRAVERSION =3D -gentoo-r1*

*KERNELRELEASE=3D$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)*



On 1/29/06, Ernie Schroder <schroder@ntplx.net> wrote:
>
> On Sunday 29 January 2006 11:29, a tiny voice compelled Neil Bothwick to
> write:
> > On Sun, 29 Jan 2006 10:33:39 -0500, Ernie Schroder wrote:
> > > $ grep VERSION /usr/src/linux/.config
> > > CONFIG_LOCALVERSION=3D"2.6.14-r-4_new"
> > >
> > > Hmm that seems to be it. It would appear that I have to rebuild the
> > > kernel with appropriate version descriptor. I used my old config and
> > > added the 2.6.14-r4-new string when I built that kernel.
> >
> > You need to set it to "", but it's not critical for now.
>
> So true! I am annoyed by this but as far as I can see, the only way to ge=
t
> rid
> of the string is to rebuild my kernel. I guess I'll wait for the next
> version
> bump.
>
> --
> Regards, Ernie
> --
> gentoo-user@gentoo.org mailing list
>
>

------=_Part_14064_32834617.1138644045381
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

<div>I thought that this was in the top 4 lines of the kernel Makefile.</di=
v>
<div>It's embedded in the kernel after the kernel is compiled.</div>
<div>Example is from my servers below for the 2.4 kernel.</div>
<div>The extraversion line is set to whatever I want...it just appends</div=
>
<div>that to the end of kernel name...so if you want to have two 2.4.31</di=
v>
<div>kernels you just change the extra version to something different</div>
<div>to differenciate between the kernels.</div>
<div>&nbsp;</div>
<div>Standard location is going to be /usr/src/linux/Makefile</div>
<div>
<p><em>VERSION =3D 2<br>PATCHLEVEL =3D 4<br>SUBLEVEL =3D 31<br>EXTRAVERSION=
 =3D -gentoo-r1</em></p>
<p><em>KERNELRELEASE=3D$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)<=
/em><br></p><br><br>&nbsp;</div>
<div><span class=3D"gmail_quote">On 1/29/06, <b class=3D"gmail_sendername">=
Ernie Schroder</b> &lt;<a href=3D"mailto:schroder@ntplx.net">schroder@ntplx=
.net</a>&gt; wrote:</span>
<blockquote class=3D"gmail_quote" style=3D"PADDING-LEFT: 1ex; MARGIN: 0px 0=
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Sunday 29 January 2006 11:29,=
 a tiny voice compelled Neil Bothwick to<br>write:<br>&gt; On Sun, 29 Jan 2=
006 10:33:39 -0500, Ernie Schroder wrote:
<br>&gt; &gt; $ grep VERSION /usr/src/linux/.config<br>&gt; &gt; CONFIG_LOC=
ALVERSION=3D&quot;2.6.14-r-4_new&quot;<br>&gt; &gt;<br>&gt; &gt; Hmm that s=
eems to be it. It would appear that I have to rebuild the<br>&gt; &gt; kern=
el with appropriate version descriptor. I used my old config and
<br>&gt; &gt; added the 2.6.14-r4-new string when I built that kernel.<br>&=
gt;<br>&gt; You need to set it to &quot;&quot;, but it's not critical for n=
ow.<br><br>So true! I am annoyed by this but as far as I can see, the only =
way to get rid
<br>of the string is to rebuild my kernel. I guess I'll wait for the next v=
ersion<br>bump.<br><br>--<br>Regards, Ernie<br>--<br><a href=3D"mailto:gent=
oo-user@gentoo.org">gentoo-user@gentoo.org</a> mailing list<br><br></blockq=
uote>
</div><br>

------=_Part_14064_32834617.1138644045381--
-- 
gentoo-user@gentoo.org mailing list