next up previous contents index
Next: inet6-apps-0.34 Up: Installation des Linux-Systems Previous: Debian Linux als Basis

linux-2.1.123

Der verwendete Linux-Kern Version 2.1.123 ist per FTP als linux-2.1.123.tar.bz2 erhältlich. Diese Datei ist ein mit bzip2 komprimiertes tar-Archiv und läßt sich durch folgende Schritte installieren, sofern es im Verzeichnis /usr/src abgelegt wurde:

1.
mv linux linux.old
2.
bunzip2 -c linux.2.1.123.tar.bz2 | tar xvf -
3.
mv linux linux-2.1.123
4.
ln -s linux-2.1.123 linux
5.
cd linux
6.
make menuconfig (Konfiguration z.B. des IPv6-Stapels)
7.
make dep; make clean; make bzImage
8.
mv arch/i386/boot/bzImage /
9.
vi /etc/lilo.conf (Eintrag des neuen Kerns als Startkern)
10.
lilo -v
11.
reboot

Danach startet das Linux-System mit einem IPv6-fähigen Kern neu.



Andreas Godzina
1999-04-06