| Tips Linux Explorers | All Things Linux Forum | Great Linux Links | LinuxClues.com | Hometown |
| CODE |
| #
cd /usr/src/<directory of your new kernel> # make mrproper # make menuconfig or make xconfig ( with xconfig you get a GUI ) # make dep # make bzImage ( watch it the i from image is a capital i ! ) # make modules # make modules_install |
| QUOTE (Bruno @ Forum June 6 2003) |
| every six month a new kernel will be in your distro from the start, I do not really see any good in upgrading your kernel in between ( unless you´re a real hardcore tweaker and are prepared for some ¨extra¨ work . . ). I did it once, long ago, took me two days to get the new kernel to be accepted without the ¨panic¨ in the first place and adapted to my wishes/needs it in the second place. Since that day I´m the lazy kind of guy and wait till the new Boxed CD´s are delivered at my door. I do like tweaking and fiddling my system . . . . but there are limits to the fun. |
| QUOTE (Jong357 @ Forum June 12 2003) |
| also don't update the Kernel.... Many things are dependent on the Kernel version. Every six months there will be a new release anyway, so why bother..... |
Bruno
| Tips Linux Explorers | All Things Linux Forum | Great Linux Links | LinuxClues.com | Hometown |