Change to kernel to 2.6.17.13 for SCRATCH_INSTALL

git-svn-id: svn://192.168.202.10@298 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-09-26 17:35:43 +00:00
parent c1a690c48e
commit b74b73debe
+5 -5
View File
@@ -176,11 +176,11 @@ compile the 2.4 kernel that comes with Slackware(2.4.31) start with OPTION 2:
OPTION 1: compile Linux kernel 2.6.17 *RECOMMENDED*
1. cd /usr/src
2. wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.gz
3. gunzip linux-2.6.18.tar.gz
4. tar xvf linux-2.6.18.tar
2. wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.13.tar.gz
3. gunzip linux-2.6.17.13.tar.gz
4. tar xvf linux-2.6.17.13.tar
5. mv -f /usr/src/linux /usr/src/linux-old
6. ln -s /usr/src/linux-2.6.18 /usr/src/linux
6. ln -s /usr/src/linux-2.6.17.13 /usr/src/linux
7. make mrproper # prep for kernel assembly
8. make menuconfig # launch configuration menu app
(this part is very dependant upon your own hardware)
@@ -242,7 +242,7 @@ OPTION 1: compile Linux kernel 2.6.17 *RECOMMENDED*
9. make clean # clean up the kernel build areas
10. make bzImage # create a kernel bzImage
11. make modules # build the modules into the image
12. make modules_install # install kernel modules
12. make modules_install # install kernel modules
13. cp arch/i386/boot/bzImage /boot/bzImage-XXXX # copy image
(put whatever you want in XXXX, that is your new kernel name)
14. cp System.map /boot/System.map-XXXX # copy system map