public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] kernel install question
@ 2009-02-06 22:13 Roy Wright
  2009-02-06 22:33 ` Volker Armin Hemmann
  0 siblings, 1 reply; 3+ messages in thread
From: Roy Wright @ 2009-02-06 22:13 UTC (permalink / raw
  To: gentoo-user

Howdy,

Setting up a new system and want to do the simple grub setup where I 
have grub menu of:

* Current Gentoo Kernel (/boot/vmlinuz)
* Previous Gentoo Kernel (/boot/vmlinuz.old)
* Gentoo 2.6.28-r1 (/boot/vmlinuz-2.6.28-gentoo-r1)

Then when I rebuild the kernel I can use the following command:

$ make && make modules_install && make install

The make install should handle moving /boot/vmlinuz to /boot/vmlinuz.old 
and copying the current image to /boot/vmlinuz.

I found what I think is the instructions I used before:

   http://www.gentoo-wiki.info/Kernel/Installing

which basically say to emerge debianutils

The problem I'm seeing is that "make install" is including the version 
number in the vmlinuz filenames:

# ls -1 /boot
System.map-2.6.28-gentoo-r1
System.map-2.6.28-gentoo-r1.old
boot
config-2.6.28-gentoo-r1
config-2.6.28-gentoo-r1.old
grub
vmlinuz-2.6.28-gentoo-r1
vmlinuz-2.6.28-gentoo-r1.old


Any ideas or better instructions for getting the versionless vmlinuz files?


TIA,
Roy




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

* Re: [gentoo-user] kernel install question
  2009-02-06 22:13 [gentoo-user] kernel install question Roy Wright
@ 2009-02-06 22:33 ` Volker Armin Hemmann
  2009-02-06 22:46   ` Roy Wright
  0 siblings, 1 reply; 3+ messages in thread
From: Volker Armin Hemmann @ 2009-02-06 22:33 UTC (permalink / raw
  To: gentoo-user

On Freitag 06 Februar 2009, Roy Wright wrote:
> Howdy,
>
> Setting up a new system and want to do the simple grub setup where I
> have grub menu of:
>
> * Current Gentoo Kernel (/boot/vmlinuz)
> * Previous Gentoo Kernel (/boot/vmlinuz.old)
> * Gentoo 2.6.28-r1 (/boot/vmlinuz-2.6.28-gentoo-r1)
>
> Then when I rebuild the kernel I can use the following command:
>
> $ make && make modules_install && make install
>
> The make install should handle moving /boot/vmlinuz to /boot/vmlinuz.old
> and copying the current image to /boot/vmlinuz.
>
> I found what I think is the instructions I used before:
>
>    http://www.gentoo-wiki.info/Kernel/Installing
>
> which basically say to emerge debianutils
>
> The problem I'm seeing is that "make install" is including the version
> number in the vmlinuz filenames:
>
> # ls -1 /boot
> System.map-2.6.28-gentoo-r1
> System.map-2.6.28-gentoo-r1.old
> boot
> config-2.6.28-gentoo-r1
> config-2.6.28-gentoo-r1.old
> grub
> vmlinuz-2.6.28-gentoo-r1
> vmlinuz-2.6.28-gentoo-r1.old
>
>
> Any ideas or better instructions for getting the versionless vmlinuz files?

create them once and you have them in the future.

also
 make all modules_install  install

is shorter and gives you the same result.



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

* Re: [gentoo-user] kernel install question
  2009-02-06 22:33 ` Volker Armin Hemmann
@ 2009-02-06 22:46   ` Roy Wright
  0 siblings, 0 replies; 3+ messages in thread
From: Roy Wright @ 2009-02-06 22:46 UTC (permalink / raw
  To: gentoo-user

Volker Armin Hemmann wrote:
> On Freitag 06 Februar 2009, Roy Wright wrote:
>> I found what I think is the instructions I used before:
>>
>>    http://www.gentoo-wiki.info/Kernel/Installing
>>
>> which basically say to emerge debianutils
>>
>> The problem I'm seeing is that "make install" is including the version
>> number in the vmlinuz filenames:
>>

>> Any ideas or better instructions for getting the versionless vmlinuz files?
> 
> create them once and you have them in the future.
> 
> also
>  make all modules_install  install
> 
> is shorter and gives you the same result.
> 
> 

Thank you, twice...




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

end of thread, other threads:[~2009-02-06 22:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-06 22:13 [gentoo-user] kernel install question Roy Wright
2009-02-06 22:33 ` Volker Armin Hemmann
2009-02-06 22:46   ` Roy Wright

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