From 2fa922f3803deff8f7877720048e621ebf2eee8a Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 6 Feb 2006 20:45:42 +0000 Subject: Indenting chapter 6, part 8 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7358 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/module-init-tools.xml | 262 +++++++++++++++++++++++----------------- 1 file changed, 149 insertions(+), 113 deletions(-) (limited to 'chapter06/module-init-tools.xml') diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 798480978..fa8920590 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -1,140 +1,176 @@ - %general-entities; ]> + -Module-Init-Tools-&module-init-tools-version; - + + + Module-Init-Tools-&module-init-tools-version; + + + Module-Init-Tools + + + + -<indexterm zone="ch-system-module-init-tools"><primary sortas="a-Module-Init-Tools">Module-Init-Tools</primary></indexterm> + <para>The Module-Init-Tools package contains programs for handling kernel + modules in Linux kernels greater than or equal to version 2.5.47.</para> -<sect2 role="package"><title/> -<para>The Module-Init-Tools package contains programs for handling kernel -modules in Linux kernels greater than or equal to version 2.5.47.</para> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.3 SBU</seg><seg>3.3 MB</seg></seglistitem> -</segmentedlist> + <seglistitem> + <seg>0.3 SBU</seg> + <seg>3.3 MB</seg> + </seglistitem> + </segmentedlist> -<segmentedlist> -<segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Bison, -Coreutils, Diffutils, Flex, GCC, Glibc, Grep, M4, Make, and Sed</seg></seglistitem> -</segmentedlist> -</sect2> + <segmentedlist> + <segtitle>&dependencies;</segtitle> -<sect2 role="installation"> -<title>Installation of Module-Init-Tools + + Bash, Binutils, Bison, Coreutils, Diffutils, Flex, GCC, Glibc, + Grep, M4, Make, and Sed + + -Issue the following commands to perform the tests (note that the -make distclean command is required to clean up the source -tree, as the source gets recompiled as part of the testing process): + + + + Installation of Module-Init-Tools + + Issue the following commands to perform the tests (note that the + make distclean command is required to clean up the source + tree, as the source gets recompiled as part of the testing process): ./configure && make check && make distclean -Prepare Module-Init-Tools for compilation: + Prepare Module-Init-Tools for compilation: ./configure --prefix=/ --enable-zlib -Compile the package: + Compile the package: make -Install the package: + Install the package: make install - - - -Contents of Module-Init-Tools - - -Installed programs -depmod, generate-modprobe.conf, insmod, -insmod.static, lsmod, modinfo, modprobe, and rmmod - - -Short Descriptions - - - - -depmod - -Creates a dependency file based on the symbols it finds in the -existing set of modules; this dependency file is used by modprobe to -automatically load the required modules -depmod - - - - -generate-modprobe.conf - -Creates a modprobe.conf file from an existing 2.2 or 2.4 module setup -generate-modprobe.conf - - - - -insmod - -Installs a loadable module in the running kernel -insmod - - - - -insmod.static - -A statically compiled version of insmod -insmod.static - - - - -lsmod - -Lists currently loaded modules -lsmod - - - - -modinfo - -Examines an object file associated with a kernel module and -displays any information that it can glean -modinfo - - - - -modprobe - -Uses a dependency file, created by -depmod, to automatically load relevant modules -modprobe - - - - -rmmod - -Unloads modules from the running kernel -rmmod - - - - - + + + + Contents of Module-Init-Tools + + + Installed programs + + + depmod, generate-modprobe.conf, insmod, insmod.static, lsmod, + modinfo, modprobe, and rmmod + + + + + Short Descriptions + + + + + depmod + + Creates a dependency file based on the symbols it finds in the + existing set of modules; this dependency file is used by + modprobe to automatically load the required + modules + + depmod + + + + + + generate-modprobe.conf + + Creates a modprobe.conf file from an existing 2.2 or 2.4 module + setup + + generate-modprobe.conf + + + + + + insmod + + Installs a loadable module in the running kernel + + insmod + + + + + + insmod.static + + A statically compiled version of insmod + + insmod.static + + + + + + lsmod + + Lists currently loaded modules + + lsmod + + + + + + modinfo + + Examines an object file associated with a kernel module and + displays any information that it can glean + + modinfo + + + + + + modprobe + + Uses a dependency file, created by + depmod, to automatically load relevant modules + + modprobe + + + + + + rmmod + + Unloads modules from the running kernel + + rmmod + + + + + + + - -- cgit v1.2.3-54-g00ecf