Command Syntax: Difference between revisions

From Research
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
==Command Syntax==
==Command Syntax==


Hey there
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