diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-07-06 06:54:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-07-06 06:54:06 +0000 |
commit | d35b7f3cedd4eba67e5c8651ff0fd8de99065381 (patch) | |
tree | 73bcf64522b30e6716c6473c6e78e14c6051961c /chapter06/module-init-tools.xml | |
parent | 94e69545480652dc592f78f3fe42142a4699a9a4 (diff) |
Update to sed 4,2,1
Update to Linux 2.6.30.1
Correct GCC to use -fomit-frame-pointer
Add pkg-config
Remove --with-col from Man-DB
Move Util-Linux-NG to before E2fsprogs in Chapter 6
Update to e2fsprogs-1.41.7
Remove E2fsprogs in Chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/module-init-tools.xml')
-rw-r--r-- | chapter06/module-init-tools.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index b19ac384f..20c4cb452 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -86,8 +86,7 @@ make clean</userinput></screen> <segtitle>Installed programs</segtitle> <seglistitem> - <seg>depmod, generate-modprobe.conf, insmod, insmod.static, lsmod, - modinfo, modprobe, and rmmod</seg> + <seg>depmod, insmod, insmod.static, lsmod, modinfo, modprobe, and rmmod</seg> </seglistitem> </segmentedlist> @@ -109,17 +108,6 @@ make clean</userinput></screen> </listitem> </varlistentry> - <varlistentry id="generate-modprobe.conf"> - <term><command>generate-modprobe.conf</command></term> - <listitem> - <para>Creates a modprobe.conf file from an existing 2.2 or 2.4 module - setup</para> - <indexterm zone="ch-system-module-init-tools generate-modprobe.conf"> - <primary sortas="b-generate-modprobe.conf">generate-modprobe.conf</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="insmod"> <term><command>insmod</command></term> <listitem> |