Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Anyone can afford information about build kernel?
Date: Sun, 09 Oct 2011 01:29:20
Message-Id: 4E90F8A9.2060506@gmail.com
In Reply to: Re: [gentoo-user] Anyone can afford information about build kernel? by Nick Khamis
1 Nick Khamis wrote:
2 > cd /usr/src/linux
3 > make menuconfig "select the list of modules/drivers you need for your box"
4 > make modules_install
5
6 make && make modules_install
7
8 > cp arch/i386/boot/bzImage /boot/kernel-2.6.3.<whatever you want to call it>
9 > vi /boot/grub/grub.conf "nano if you have not used vi before"
10 >
11 > <part of grub.conf>
12 > title Gentoo Linux 2.6.36-r1
13 > root (hd0,0)
14 > kernel /boot/kernel-2.6.36-native-r3 root=/dev/sda3
15 >
16 > reboot
17 >
18 > If this is a fresh install, make mistakes, break your environment,
19 > chroot into jail...This
20 > is the only cure for your condition.
21 >
22 > Nick.
23 >
24
25 Dale
26
27 :-) :-)