diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-19 05:54:51 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-19 05:54:51 +0000 |
commit | 08eb1c4abf9f733f8b8139155e2e3152a59d4d69 (patch) | |
tree | 63b8dfb1c40fa8e428f4a7f0e003b3494eaa9ccc | |
parent | c24424c304a72e0935fafc72605c76e00a8661de (diff) |
Fixed the list of installed programs in module-init-tools.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6049 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/module-init-tools.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 9925dcfcc..5ac19ecac 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -60,9 +60,8 @@ installed in LFS. Run the following command to avoid this:</para> <segmentedlist> <segtitle>Installed programs</segtitle> -<seglistitem><seg>depmod, genksyms, insmod, -insmod_ksymoops_clean, kallsyms (link to insmod), kernelversion, ksyms -(link to insmod), lsmod (link to insmod), modinfo, modprobe (link to +<seglistitem><seg>depmod, insmod, +insmod.static, lsmod (link to insmod), modinfo, modprobe (link to insmod), and rmmod (link to insmod)</seg></seglistitem> </segmentedlist> |