diff --git a/chapter08/kmod.xml b/chapter08/kmod.xml
index 4b194ea13..6f30185d2 100644
--- a/chapter08/kmod.xml
+++ b/chapter08/kmod.xml
@@ -84,18 +84,19 @@
(not the sanitized
kernel headers installed earlier),
which are beyond the scope of LFS.
- Install the package and create symlinks for
+ Install the package and recreate some symlinks for
compatibility with Module-Init-Tools (the package that previously handled
- Linux kernel modules):
+ Linux kernel modules) in
+ /usr/sbin instead of
+ /usr/bin (where the building
+ system will create these symlinks):
make install
for target in depmod insmod modinfo modprobe rmmod; do
ln -sfv ../bin/kmod /usr/sbin/$target
rm -fv /usr/bin/$target
-done
-
-ln -sfv kmod /usr/bin/lsmod
+done