浏览代码

Add lsmod link to kmod, missed from r9713.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 13 年之前
父节点
当前提交
6059af4f29
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      chapter06/kmod.xml
  2. 2 2
      general.ent

+ 1 - 1
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>

+ 2 - 2
general.ent

@@ -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 &ndash; -->
 <!ENTITY milestone "7.1">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->