aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/kmod.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml
index 981b7d0a0..736e0d129 100644
--- a/chapter06/kmod.xml
+++ b/chapter06/kmod.xml
@@ -77,7 +77,7 @@ zlib_LIBS="-L/lib -lz" \
</para>
<screen><userinput remap="install">make pkgconfigdir=/usr/lib/pkgconfig install
-for target in depmod insmod lsmod modinfo modprobe rmmod; do
+for target in depmod insmod modinfo modprobe rmmod; do
ln -sv ../bin/kmod /sbin/$target
done
ln -sv kmod /bin/lsmod</userinput></screen>