* [gentoo-user] gentoo-sources-3.2.0-r1 and genkernel
@ 2012-01-06 9:51 András Csányi
2012-01-06 10:11 ` Helmut Jarausch
2012-01-10 9:12 ` Andrea Perotti
0 siblings, 2 replies; 5+ messages in thread
From: András Csányi @ 2012-01-06 9:51 UTC (permalink / raw
To: gentoo-user
Dear All,
I updated my system and there is a new gentoo-sources version
3.2.0-gentoo-r1. I reconfigured my system to use this kernel and I
compiled the kernel with genkernel. But there is no compiled file
under /boot directory. Did I missed something? Is there anything new
in genkernel? Should I report it?
What I did:
- upgrade my system
- set up the kernel using eselect
- genkernel to compile the kernel
Thanks in advance!
András
--
- -
-- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu --
http://facebook.com/andras.csanyi
-- ""Trust in God and keep your gunpowder dry!" - Cromwell
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] gentoo-sources-3.2.0-r1 and genkernel
2012-01-06 9:51 [gentoo-user] gentoo-sources-3.2.0-r1 and genkernel András Csányi
@ 2012-01-06 10:11 ` Helmut Jarausch
2012-01-09 10:00 ` András Csányi
2012-01-10 9:12 ` Andrea Perotti
1 sibling, 1 reply; 5+ messages in thread
From: Helmut Jarausch @ 2012-01-06 10:11 UTC (permalink / raw
To: gentoo-user
On 01/06/2012 10:51:26 AM, András Csányi wrote:
> Dear All,
>
> I updated my system and there is a new gentoo-sources version
> 3.2.0-gentoo-r1. I reconfigured my system to use this kernel and I
> compiled the kernel with genkernel. But there is no compiled file
> under /boot directory. Did I missed something? Is there anything new
> in genkernel? Should I report it?
>
> What I did:
> - upgrade my system
> - set up the kernel using eselect
> - genkernel to compile the kernel
>
Sorry, I can't help since I never use genkernel.
E.g. for the update 3.2.0 -> 3.2.0-r1
I just do
cp /usr/src/linux-3.2.0-gentoo/.config \
/usr/src/linux-3.2.0-gentoo-r1/.config
pushd /usr/src/linux-3.2.0-gentoo-r1
make oldconfig
make -j5
cp arch/x86/boot/bzImage /boot/3.2.0-gentoo-r1
make modules_install
EDIT /usr/src/grub/grub.conf
rm /usr/src/linux
ln -s /usr/src/linux-3.2.0-gentoo-r1 /usr/src/linux
re-emerge some modules which look at /usr/src/linux, like (in my case)
x11-drivers/ati-drivers app-emulation/virtualbox-modules \
sys-fs/fuse sys-power/powernowd x11-drivers/radeon-ucode \
sys-process/iotop sys-fs/btrfs-progs
Helmut.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] gentoo-sources-3.2.0-r1 and genkernel
2012-01-06 10:11 ` Helmut Jarausch
@ 2012-01-09 10:00 ` András Csányi
0 siblings, 0 replies; 5+ messages in thread
From: András Csányi @ 2012-01-09 10:00 UTC (permalink / raw
To: gentoo-user
On 6 January 2012 11:11, Helmut Jarausch <jarausch@igpm.rwth-aachen.de> wrote:
> On 01/06/2012 10:51:26 AM, András Csányi wrote:
>> Dear All,
>>
>> I updated my system and there is a new gentoo-sources version
>> 3.2.0-gentoo-r1. I reconfigured my system to use this kernel and I
>> compiled the kernel with genkernel. But there is no compiled file
>> under /boot directory. Did I missed something? Is there anything new
>> in genkernel? Should I report it?
>>
>> What I did:
>> - upgrade my system
>> - set up the kernel using eselect
>> - genkernel to compile the kernel
>>
>
> Sorry, I can't help since I never use genkernel.
> E.g. for the update 3.2.0 -> 3.2.0-r1
>
> I just do
>
> cp /usr/src/linux-3.2.0-gentoo/.config \
> /usr/src/linux-3.2.0-gentoo-r1/.config
>
> pushd /usr/src/linux-3.2.0-gentoo-r1
> make oldconfig
> make -j5
>
> cp arch/x86/boot/bzImage /boot/3.2.0-gentoo-r1
> make modules_install
> EDIT /usr/src/grub/grub.conf
>
> rm /usr/src/linux
> ln -s /usr/src/linux-3.2.0-gentoo-r1 /usr/src/linux
>
> re-emerge some modules which look at /usr/src/linux, like (in my case)
> x11-drivers/ati-drivers app-emulation/virtualbox-modules \
> sys-fs/fuse sys-power/powernowd x11-drivers/radeon-ucode \
> sys-process/iotop sys-fs/btrfs-progs
>
> Helmut.
Thanks Helmut, It's clear what you did. You know genkernel is a
comfortable way. :)
--
- -
-- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu --
http://facebook.com/andras.csanyi
-- ""Trust in God and keep your gunpowder dry!" - Cromwell
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] gentoo-sources-3.2.0-r1 and genkernel
2012-01-06 9:51 [gentoo-user] gentoo-sources-3.2.0-r1 and genkernel András Csányi
2012-01-06 10:11 ` Helmut Jarausch
@ 2012-01-10 9:12 ` Andrea Perotti
2012-01-10 9:25 ` András Csányi
1 sibling, 1 reply; 5+ messages in thread
From: Andrea Perotti @ 2012-01-10 9:12 UTC (permalink / raw
To: gentoo-user
Il 06/01/2012 10:51, András Csányi ha scritto:
> under /boot directory. Did I missed something? Is there anything new
> in genkernel? Should I report it?
Check /etc/genkernel/genkernel.conf maybe is commented the option that
install it into /boot .
hth
A.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] gentoo-sources-3.2.0-r1 and genkernel
2012-01-10 9:12 ` Andrea Perotti
@ 2012-01-10 9:25 ` András Csányi
0 siblings, 0 replies; 5+ messages in thread
From: András Csányi @ 2012-01-10 9:25 UTC (permalink / raw
To: gentoo-user
On 10 January 2012 10:12, Andrea Perotti <aperotti@cutaway.it> wrote:
> Il 06/01/2012 10:51, András Csányi ha scritto:
>> under /boot directory. Did I missed something? Is there anything new
>> in genkernel? Should I report it?
>
> Check /etc/genkernel/genkernel.conf maybe is commented the option that
> install it into /boot .
Wow! Thank you very much! I haven't realized that there is a config
file for genkernel. I found a few interesting options in this file! :)
--
- -
-- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu --
http://facebook.com/andras.csanyi
-- ""Trust in God and keep your gunpowder dry!" - Cromwell
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-01-10 9:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-06 9:51 [gentoo-user] gentoo-sources-3.2.0-r1 and genkernel András Csányi
2012-01-06 10:11 ` Helmut Jarausch
2012-01-09 10:00 ` András Csányi
2012-01-10 9:12 ` Andrea Perotti
2012-01-10 9:25 ` András Csányi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox