Command Syntax: Difference between revisions
Jump to navigation
Jump to search
Jjaythomas (talk | contribs) No edit summary |
Jjaythomas (talk | contribs) |
||
Line 1: | Line 1: | ||
==Command Syntax== | ==Command Syntax== | ||
GENTOO_KERNEL | |||
cd /usr/src/ | |||
ls -la | |||
cp linux/.config linux-2.6.20-hard-r2/ | |||
rm linux | |||
ln -s linux-2.6.20-hard-r2/ linux | |||
ls -la | |||
cd linux/ | |||
make oldconfig | |||
genkernel --menuconfig all | |||
Load the config.bak (type .bak) | |||
vi /boot/grub/grub.conf |
Revision as of 20:51, 31 October 2007
Command Syntax
GENTOO_KERNEL
cd /usr/src/
ls -la
cp linux/.config linux-2.6.20-hard-r2/
rm linux
ln -s linux-2.6.20-hard-r2/ linux
ls -la
cd linux/
make oldconfig
genkernel --menuconfig all
Load the config.bak (type .bak)
vi /boot/grub/grub.conf