View previous topic :: View next topic |
Author |
Message |
Meico n00b
Joined: 06 Jun 2005 Posts: 54 Location: Iowa
|
Posted: Thu Jun 09, 2005 7:52 pm Post subject: genkernel recompiling |
|
|
I changed the settings of my kernel useing make menuconfig. what do I do to make gentoo use my new changed kernel. I originally used genkernel to complie my kernel. I just exited the make menuconfig if that helps. |
|
Back to top |
|
|
bkunlimited l33t
Joined: 18 Jun 2004 Posts: 672
|
Posted: Thu Jun 09, 2005 9:06 pm Post subject: |
|
|
just take a look in the manual you will find everything there |
|
Back to top |
|
|
dgaffuri Advocate
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Thu Jun 09, 2005 9:06 pm Post subject: |
|
|
make && make modules_install
Then follow the installation guide to copy new kernel to your boot fs (make install copies files, but you have to change contents of grub or lilo.conf). Be aware to leave an entry in grub (or lilo). conf pointing to old kernel in case something is wrong with new one.
It's not difficult, but you've to pay attention to details or you won't boot anything at all . |
|
Back to top |
|
|
|