- Timestamp:
- Jul 23, 2014, 9:49:59 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 78a5f2b
- Parents:
- cf8ec94
- git-author:
- Chris Staub <chris@…> (07/23/14 09:49:50)
- git-committer:
- Chris Staub <chris@…> (07/23/14 09:49:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/kmod.xml
rcf8ec94 r28efa58 66 66 <screen os="h"><userinput>make install</userinput></screen> 67 67 68 <para os="i">Create symbolic links for programs that expect Module-Init-Tools .</para>68 <para os="i">Create symbolic links for programs that expect Module-Init-Tools:</para> 69 69 70 70 <screen os="j"><userinput>ln -sfv kmod /bin/lsmod 71 for tool in depmod insmod mod probe modinformmod; do71 for tool in depmod insmod modinfo modprobe rmmod; do 72 72 ln -sfv ../bin/kmod /sbin/${tool} 73 73 done</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.