Explorar el Código

Tweak kmod for dumb scripts

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs hace 10 años
padre
commit
e170ae77c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      chapter06/kmod.xml

+ 1 - 1
chapter06/kmod.xml

@@ -84,7 +84,7 @@
 
 <screen><userinput remap="install">make 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