Kernel kompilieren
Aus Wiki
1. von Kernel.org aktuellen Kernel herunterladen. 2. In /usr/src entpacken. 3. ln -s linux-2.6.17.4 linux 4. .config ins neue Verzeichnis kopieren um alte Konfiguration zu übernehmen ----------------------------------------------------------------- 5. make xconfig oder make menuconfig in /usr/src/linux 6. -> Auswahl treffen 7. make bzImage 8. make modules 9. make modules_install 10. cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.17.4 11. cp System.map /boot/System.map-2.6.17.4 ----------------------------------------------------------------- 12a. lilo ----------------------------------------------------------------- 12b. update-grub