Author: matthew
Date: 2012-02-06 14:09:08 -0700 (Mon, 06 Feb 2012)
New Revision: 9733
Modified:
trunk/BOOK/chapter06/kmod.xml
trunk/BOOK/general.ent
Log:
Add lsmod link to kmod, missed from r9713.
Modified: trunk/BOOK/chapter06/kmod.xml
===================================================================
--- trunk/BOOK/chapter06/kmod.xml 2012-02-05 21:27:09 UTC (rev 9732)
+++ trunk/BOOK/chapter06/kmod.xml 2012-02-06 21:09:08 UTC (rev 9733)
@@ -77,7 +77,7 @@
</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>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-02-05 21:27:09 UTC (rev 9732)
+++ trunk/BOOK/general.ent 2012-02-06 21:09:08 UTC (rev 9733)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120205">
-<!ENTITY releasedate "Feb 5, 2012">
+<!ENTITY version "SVN-20120206">
+<!ENTITY releasedate "Feb 6, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page