mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Automatic download of kernel rpms
@ 2005-11-08  6:29 li nux
  2005-11-08 13:33 ` Gene Heskett
  0 siblings, 1 reply; 5+ messages in thread
From: li nux @ 2005-11-08  6:29 UTC (permalink / raw)
  To: linux

Hi,

Is there any image server from where I can download
the latest kernel rpms as and when available.
Also, how can I achieve the automatic download.

-lnx


	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Automatic download of kernel rpms
  2005-11-08  6:29 Automatic download of kernel rpms li nux
@ 2005-11-08 13:33 ` Gene Heskett
  2005-11-08 14:18   ` Alan Cox
  0 siblings, 1 reply; 5+ messages in thread
From: Gene Heskett @ 2005-11-08 13:33 UTC (permalink / raw)
  To: linux-kernel

On Tuesday 08 November 2005 01:29, li nux wrote:
>Hi,
>
>Is there any image server from where I can download
>the latest kernel rpms as and when available.
>Also, how can I achieve the automatic download.

Generally, no.  The exact reason is that rpms are a vendor item, and no
fixed relation to the kernel.org tarballs.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.35% setiathome rank, not too shabby for a WV hillbilly
Free OpenDocument reader/writer/converter download:
http://www.openoffice.org
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2005 by Maurice Eugene Heskett, all rights reserved.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Automatic download of kernel rpms
  2005-11-08 14:18   ` Alan Cox
@ 2005-11-08 14:13     ` linux-os (Dick Johnson)
  2005-11-09 13:34       ` Ian Soboroff
  0 siblings, 1 reply; 5+ messages in thread
From: linux-os (Dick Johnson) @ 2005-11-08 14:13 UTC (permalink / raw)
  To: Alan Cox; +Cc: Gene Heskett, Linux kernel


On Tue, 8 Nov 2005, Alan Cox wrote:

> On Maw, 2005-11-08 at 08:33 -0500, Gene Heskett wrote:
>> Generally, no.  The exact reason is that rpms are a vendor item, and no
>> fixed relation to the kernel.org tarballs.
>
> "make rpm" should build an RPM package from them but you will still need
> to get the configuration correct before doing this.
>

Alan can verify that Red Hat Fedora puts the ".config" file in
/boot as /boot/config-`uname -r`. This can be copied to the
new kernel tree as ".config" and `make oldconfig` should get
you a kernel configured very close to the one provided with
the distribution.

Cheers,
Dick Johnson
Penguin : Linux version 2.6.13.4 on an i686 machine (5589.55 BogoMips).
Warning : 98.36% of all statistics are fiction.
.

****************************************************************
The information transmitted in this message is confidential and may be privileged.  Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited.  If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@analogic.com - and destroy all copies of this information, including any attachments, without reading or disclosing them.

Thank you.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Automatic download of kernel rpms
  2005-11-08 13:33 ` Gene Heskett
@ 2005-11-08 14:18   ` Alan Cox
  2005-11-08 14:13     ` linux-os (Dick Johnson)
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Cox @ 2005-11-08 14:18 UTC (permalink / raw)
  To: Gene Heskett; +Cc: linux-kernel

On Maw, 2005-11-08 at 08:33 -0500, Gene Heskett wrote:
> Generally, no.  The exact reason is that rpms are a vendor item, and no
> fixed relation to the kernel.org tarballs.

"make rpm" should build an RPM package from them but you will still need
to get the configuration correct before doing this.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Automatic download of kernel rpms
  2005-11-08 14:13     ` linux-os (Dick Johnson)
@ 2005-11-09 13:34       ` Ian Soboroff
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Soboroff @ 2005-11-09 13:34 UTC (permalink / raw)
  To: linux-kernel

"linux-os \(Dick Johnson\)" <linux-os@analogic.com> writes:

> On Tue, 8 Nov 2005, Alan Cox wrote:
>
>> On Maw, 2005-11-08 at 08:33 -0500, Gene Heskett wrote:
>>> Generally, no.  The exact reason is that rpms are a vendor item, and no
>>> fixed relation to the kernel.org tarballs.
>>
>> "make rpm" should build an RPM package from them but you will still need
>> to get the configuration correct before doing this.
>>
>
> Alan can verify that Red Hat Fedora puts the ".config" file in
> /boot as /boot/config-`uname -r`. This can be copied to the
> new kernel tree as ".config" and `make oldconfig` should get
> you a kernel configured very close to the one provided with
> the distribution.

Note that Fedora (and RHEL) kernels modularize nearly everything and
need an initrd to boot.  The kernel's "make rpm" does not make the
initrd for you (or fix up your grub.conf, IIRC).  So, the sequence is:

(unpack kernel)
cp /boot/config-`uname -r` .config
make oldconfig
(answer questions about new stuff)
make rpm
rpm -ivh <the-new-rpm>
mkinitrd /boot/initrd-<ver> <ver>
(edit grub.conf or what have you)

Ian


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-11-09 13:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-08  6:29 Automatic download of kernel rpms li nux
2005-11-08 13:33 ` Gene Heskett
2005-11-08 14:18   ` Alan Cox
2005-11-08 14:13     ` linux-os (Dick Johnson)
2005-11-09 13:34       ` Ian Soboroff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®