Re: [gentoo-user] Re: When did bzImage move?

2009-02-02 Thread Tom
maybe a pointer to the documentation? Is there such a thing? I mean a comprehensive guide for doing such work on (not only) gentoo systems? Tom

Re: [gentoo-user] Re: When did bzImage move?

2009-02-02 Thread Dale
Harry Putnam wrote: Dale rdalek1...@gmail.com writes: The problem I ran into when I copied the old way, cp arch/i386/boot/bzImage /boot, that wasn't the kernel but was a link to the kernel in the x86 directory tree. When I copied the link then the link got broke and then it appeared red

Re: [gentoo-user] Re: When did bzImage move?

2009-02-02 Thread Neil Bothwick
On Mon, 02 Feb 2009 09:22:29 -0600, Harry Putnam wrote: The idea from above is to end up with: localversion1 localversion2 - .version .version Where: localversion1 contains HOSTNAME .version contains number `N' (current build) localversion2 is symlinked to .version All

[gentoo-user] Re: When did bzImage move?

2009-02-02 Thread Harry Putnam
Neil Bothwick n...@digimed.co.uk writes: cd /usr/src/linux echo $(hostname)- localversion1 ln -s .version localversion2 will give each kernel a name with the hostname and version added. .version is automatically incremented each time you run make. I'm sorry for being so dense but that

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Geralt
Nobody here using the genkernel package to build his kernel? I'm using it all the time, makes initramfs creation so much easier :-)

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Volker Armin Hemmann
On Sonntag 01 Februar 2009, Geralt wrote: Nobody here using the genkernel package to build his kernel? I'm using it all the time, makes initramfs creation so much easier :-) who needs an initramfs?

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Norberto Bensa
On Sun, Feb 1, 2009 at 2:26 PM, Volker Armin Hemmann volkerar...@googlemail.com wrote: On Sonntag 01 Februar 2009, Geralt wrote: Nobody here using the genkernel package to build his kernel? I'm using it all the time, makes initramfs creation so much easier :-) who needs an initramfs? Me of

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Dirk Heinrichs
Am Sonntag, 1. Februar 2009 17:26:23 schrieb Volker Armin Hemmann: who needs an initramfs? Those with an encrypted root fs? Bye... Dirk signature.asc Description: This is a digitally signed message part.

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Geralt
On Sun, Feb 1, 2009 at 5:26 PM, Volker Armin Hemmann volkerar...@googlemail.com wrote: On Sonntag 01 Februar 2009, Geralt wrote: Nobody here using the genkernel package to build his kernel? I'm using it all the time, makes initramfs creation so much easier :-) who needs an initramfs? Me of

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Volker Armin Hemmann
On Sonntag 01 Februar 2009, Norberto Bensa wrote: On Sun, Feb 1, 2009 at 2:26 PM, Volker Armin Hemmann volkerar...@googlemail.com wrote: On Sonntag 01 Februar 2009, Geralt wrote: Nobody here using the genkernel package to build his kernel? I'm using it all the time, makes initramfs

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Volker Armin Hemmann
On Sonntag 01 Februar 2009, Tom wrote: who needs an initramfs? Not me ;) But seeing this discussion, I've finally realised that I'm a dumbass. For ages now I've been manually copying the kernel, the system.map and the config around my filesystem. I've always wondered how on earth people

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Neil Bothwick
On Sun, 1 Feb 2009 18:34:10 +0100, Volker Armin Hemmann wrote: I can set the version, either in the kernel config with CONFIG_LOCALVERSION or by using a file localversion containing a version string? I am using the first way, don't know the second. It works just the same, but

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Jesús Guerrero
El Dom, 1 de Febrero de 2009, 18:27, Tom escribió: Does this then create a bzImage-versionstring file, and make install copies this to /boot/kernel-versionstring (and system.map and .config respectably)? Yes. Also how exactly do you then need to build the kernel. Does a simple 'make'

[gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Harry Putnam
Neil Bothwick n...@digimed.co.uk writes: On Sat, 31 Jan 2009 23:38:48 -0500, ABCD wrote: To be precise, the config option CONFIG_LOCALVERSION appends a string to the end of the kernel version, which installkernel uses to place the kernel image. You can get the same effect by creating a

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Saphirus Sage
On Feb 1, 2009, at 11:26 AM, Volker Armin Hemmann volkerar...@googlemail.com wrote: On Sonntag 01 Februar 2009, Geralt wrote: Nobody here using the genkernel package to build his kernel? I'm using it all the time, makes initramfs creation so much easier :-) who needs an initramfs?

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Neil Bothwick
On Sun, 01 Feb 2009 12:31:27 -0600, Harry Putnam wrote: I'm a little confused here... what exactly is in .version? Say if I wanted to identify the kernel as belonging to a specific machine. HOST is vm23. Now if I wanted to have an incrementing version string that included that host name

[gentoo-user] Re: When did bzImage move?

2009-02-01 Thread »Q«
On Mon, 2 Feb 2009 03:23:56 + Stroller strol...@stellar.eclipse.co.uk wrote: On 2 Feb 2009, at 01:17, Tom wrote: Basically I build the kernel using make make modules_install and then copy the kernel by hand Good god. So I'm not alone in being a dumbass :) What they said. I'm

[gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Grant Edwards
On 2009-02-01, Geralt usr.gen...@googlemail.com wrote: Nobody here using the genkernel package to build his kernel? Not me. I do use the debian install utilities. Ib'm using it all the time, makes initramfs creation so much easier :-) Why would one need an initramfs? -- Grant

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Dirk Heinrichs
Am Montag, 2. Februar 2009 05:53:34 schrieb Grant Edwards: Why would one need an initramfs? That question has already been answered in this thread. Bye... Dirk signature.asc Description: This is a digitally signed message part.

[gentoo-user] Re: When did bzImage move?

2009-02-01 Thread ABCD
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dale wrote: Stroller wrote: On 2 Feb 2009, at 03:46, Dale wrote: ... I think I tried this /or genkernel when I looked at /boot I found they'd littered the place with clutter. I hope you won't be offended, but the amount of junk files this

[gentoo-user] Re: When did bzImage move?

2009-01-31 Thread ABCD
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Volker Armin Hemmann wrote: Dale wrote: Volker Armin Hemmann wrote: Dale wrote: I like to copy mine manually. I dunno, I just do. I'm weird that way. I also have a unique way of naming my kernels so I can keep up with which is which. well,

[gentoo-user] Re: When did bzImage move?

2009-01-31 Thread Nikos Chantziaras
Dale wrote: [...] But that would only allow you to have two kernels laying around. Right now I have these: r...@smoker / # ls /boot/bzImage-2* -rw-r--r-- 1 root root 2355440 Jan 31 18:52 /boot/bzImage-2-28-r8-1 -rw-r--r-- 1 root root 2460088 Jan 2 20:13 /boot/bzImage-2.6.23-r8-7 -rw-r--r-- 1