http://paketspiegel.de/linux-6.18.10.tar.xz onnlein
LFS 13.0
https://lfs.daniel-schildt.de/systemd/chapter10/kernel.html
https://lfs.daniel-schildt.de/systemd/chapter05/linux-headers.html
linux → glibc
BAU=/bau cd $BAU pwd if [ ! -e linux-6.18.10.tar.xz ] then wget http://paketspiegel.de/linux-6.18.10.tar.xz fi if [ -d linux-6.18.10 ] then rm --force --recursive linux-6.18.10 fi tar --extract -f linux-6.18.10.tar.xz cd linux-6.18.10 pwd cd .. pwd