aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kmod.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-02-06 21:09:08 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-02-06 21:09:08 +0000
commit6059af4f2959850035ac3270d607b65f958ade08 (patch)
treecaccb4c68c36a123d27550783ccf98b720a1bb49 /chapter06/kmod.xml
parent36071b129fb5ce4282cb32be1a4562aa80d30b7c (diff)
Add lsmod link to kmod, missed from r9713.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kmod.xml')
-rw-r--r--chapter06/kmod.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml
index 736e0d129..981b7d0a0 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 modinfo modprobe rmmod; do
+for target in depmod insmod lsmod modinfo modprobe rmmod; do
ln -sv ../bin/kmod /sbin/$target
done
ln -sv kmod /bin/lsmod</userinput></screen>