mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Uniffied the titles with the ones used in testing.
Added chapter07/udev.xml. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8bbebcca63
commit
bce08efc71
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-scatter-how">
|
||||
<title>How things are going to be done</title>
|
||||
<title>How to Build an LFS System</title>
|
||||
<?dbhtml filename="how.html"?>
|
||||
|
||||
<para>See testing</para>
|
||||
|
@ -5,7 +5,7 @@
|
||||
]>
|
||||
<chapter id="chapter-partitioning" xreflabel="Chapter 2">
|
||||
<?dbhtml dir="chapter02"?>
|
||||
<title>Preparing a new partition</title>
|
||||
<title>Preparing a New Partition</title>
|
||||
<?dbhtml filename="chapter02.html"?>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="space-creatingfilesystem">
|
||||
<title>Creating a file system</title>
|
||||
<title>Creating a File System on the Partition</title>
|
||||
<?dbhtml filename="creatingfilesystem.html"?>
|
||||
|
||||
<para>See testing</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="space-creatingpartition">
|
||||
<title>Creating a new partition</title>
|
||||
<title>Creating a New Partition</title>
|
||||
<?dbhtml filename="creatingpartition.html"?>
|
||||
|
||||
<para>See testing</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="space-mounting">
|
||||
<title>Mounting the new partition</title>
|
||||
<title>Mounting the New Partition</title>
|
||||
<?dbhtml filename="mounting.html"?>
|
||||
|
||||
<para>See testing</para>
|
||||
|
@ -5,7 +5,7 @@
|
||||
]>
|
||||
<chapter id="chapter-getting-materials" xreflabel="Chapter 3">
|
||||
<?dbhtml dir="chapter03"?>
|
||||
<title>The materials: packages and patches</title>
|
||||
<title>Packages and Patches</title>
|
||||
<?dbhtml filename="chapter03.html"?>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="materials-packages">
|
||||
<title>All the packages</title>
|
||||
<title>All Packages</title>
|
||||
<?dbhtml filename="packages.html"?>
|
||||
|
||||
<para>Download or otherwise obtain the following packages:</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="materials-patches">
|
||||
<title>Needed patches</title>
|
||||
<title>Needed Patches</title>
|
||||
<?dbhtml filename="patches.html"?>
|
||||
|
||||
<variablelist role="materials">
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="prepare-abouttestsuites">
|
||||
<title>About the test suites</title>
|
||||
<title>About the Test Suites</title>
|
||||
<?dbhtml filename="abouttestsuites.html"?>
|
||||
|
||||
<para>See testing</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-tools-addinguser">
|
||||
<title>Adding the user lfs</title>
|
||||
<title>Adding the LFS User</title>
|
||||
<?dbhtml filename="addinguser.html"?>
|
||||
|
||||
<para>Issue the following commands to add the new user:</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-tools-creatingtoolsdir">
|
||||
<title>Creating the $LFS/tools directory</title>
|
||||
<title>Creating the $LFS/tools Directory</title>
|
||||
<?dbhtml filename="creatingtoolsdir.html"?>
|
||||
|
||||
<screen><userinput>mkdir $LFS/tools</userinput></screen>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-tools-settingenviron">
|
||||
<title>Setting up the environment</title>
|
||||
<title>Setting Up the Environment</title>
|
||||
<?dbhtml filename="settingenvironment.html"?>
|
||||
|
||||
<screen><userinput>cat > ~/.bash_profile << "EOF"
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-tools-adjusting">
|
||||
<title>Adjusting the toolchain</title>
|
||||
<title>Adjusting the Toolchain</title>
|
||||
<?dbhtml filename="adjusting.html"?>
|
||||
|
||||
<para>Run the following command from within
|
||||
|
@ -5,7 +5,7 @@
|
||||
]>
|
||||
<chapter id="chapter-temporary-tools" xreflabel="Chapter 5">
|
||||
<?dbhtml dir="chapter05"?>
|
||||
<title>Constructing a temporary system</title>
|
||||
<title>Constructing a Temporary System</title>
|
||||
<?dbhtml filename="chapter05.html"?>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-tools-hostreqs">
|
||||
<title>Host system requirements</title>
|
||||
<title>Host System Requirements</title>
|
||||
<?dbhtml filename="hostreqs.html"?>
|
||||
|
||||
<para>See testing.</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-tools-toolchaintechnotes">
|
||||
<title>Toolchain technical notes</title>
|
||||
<title>Toolchain Technical Notes</title>
|
||||
<?dbhtml filename="toolchaintechnotes.html"?>
|
||||
|
||||
<para>See testing</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-system-aboutdebug">
|
||||
<title>About debugging symbols</title>
|
||||
<title>About Debugging Symbols</title>
|
||||
<?dbhtml filename="aboutdebug.html"?>
|
||||
|
||||
<para>See testing</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-system-changingowner">
|
||||
<title>Changing ownership</title>
|
||||
<title>Changing Ownership</title>
|
||||
<?dbhtml filename="changingowner.html"?>
|
||||
|
||||
<para>Change the owner of <filename class="directory">/tools</filename>:</para>
|
||||
|
@ -5,7 +5,7 @@
|
||||
]>
|
||||
<chapter id="chapter-building-system" xreflabel="Chapter 6">
|
||||
<?dbhtml dir="chapter06"?>
|
||||
<title>Installing basic system software</title>
|
||||
<title>Installing Basic System Software</title>
|
||||
<?dbhtml filename="chapter06.html"?>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-system-chroot">
|
||||
<title>Entering the chroot environment</title>
|
||||
<title>Entering the Chroot Environment</title>
|
||||
<?dbhtml filename="chroot.html"?>
|
||||
|
||||
<para>Enter the chroot environment:</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-system-createfiles">
|
||||
<title>Creating essential symlinks</title>
|
||||
<title>Creating Essential Symlinks</title>
|
||||
<?dbhtml filename="createfiles.html"?>
|
||||
|
||||
<para>Create some needed links.</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-system-creatingdirs">
|
||||
<title>Creating directories</title>
|
||||
<title>Creating Directories</title>
|
||||
<?dbhtml filename="creatingdirs.html"?>
|
||||
|
||||
<para>Create a dirs tree:</para>
|
||||
|
@ -25,7 +25,7 @@
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of iproute2</title>
|
||||
<title>Installation of Iproute2</title>
|
||||
|
||||
<para>Apply a patch</para>
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
</sect2>
|
||||
|
||||
<sect2 id="contents-iproute2" role="content">
|
||||
<title>Contents of iproute2</title>
|
||||
<title>Contents of Iproute2</title>
|
||||
|
||||
<para>See testing</para>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
|
||||
<sect1 id="ch-system-kernfs">
|
||||
<title>Mounting virtual kernel file systems</title>
|
||||
<title>Mounting Virtual Kernel File Systems</title>
|
||||
<?dbhtml filename="kernfs.html"?>
|
||||
|
||||
<para>Create the dirs:</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-system-pwdgroup">
|
||||
<title>The passwd, group and log files</title>
|
||||
<title>Creating the passwd, group, and log Files</title>
|
||||
<?dbhtml filename="pwdgroup.html"?>
|
||||
|
||||
<para>Create the <filename>/etc/passwd</filename> file:</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-system-readjusting">
|
||||
<title>Readjusting the toolchain</title>
|
||||
<title>Rea-djusting the Toolchain</title>
|
||||
<?dbhtml filename="readjusting.html"?>
|
||||
|
||||
<para>Install the adjusted linker by running the following from within the
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-system-revisedchroot">
|
||||
<title>Cleaning up</title>
|
||||
<title>Cleaning Up</title>
|
||||
<?dbhtml filename="revisedchroot.html"?>
|
||||
|
||||
<para>Modified chroot command:</para>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
|
||||
<sect1 id="ch-system-strippingagain">
|
||||
<title>Stripping again</title>
|
||||
<title>Stripping Again</title>
|
||||
<?dbhtml filename="strippingagain.html"?>
|
||||
|
||||
<para>Exit from chroot:</para>
|
||||
|
@ -5,12 +5,13 @@
|
||||
]>
|
||||
<chapter id="chapter-bootscripts" xreflabel="Chapter 7">
|
||||
<?dbhtml dir="chapter07"?>
|
||||
<title>Setting up system boot scripts</title>
|
||||
<title>Setting Up System Bootscripts</title>
|
||||
<?dbhtml filename="chapter07.html"?>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="usage.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="udev.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="setclock.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="console.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inputrc.xml"/>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-scripts-console">
|
||||
<title>Configuring the Linux console</title>
|
||||
<title>Configuring the Linux Console</title>
|
||||
<?dbhtml filename="console.html"?>
|
||||
|
||||
<para>Create the configuration file:</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-scripts-hostname">
|
||||
<title>Configuring the localnet script</title>
|
||||
<title>Configuring the localnet Script</title>
|
||||
<?dbhtml filename="hostname.html"?>
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-scripts-hosts">
|
||||
<title>Creating the /etc/hosts file</title>
|
||||
<title>Creating the /etc/hosts File</title>
|
||||
<?dbhtml filename="hosts.html"?>
|
||||
|
||||
<para>If a network card is not going to be configured, create the
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-scripts-inputrc">
|
||||
<title>Creating the /etc/inputrc file</title>
|
||||
<title>Creating the /etc/inputrc File</title>
|
||||
<?dbhtml filename="inputrc.html"?>
|
||||
|
||||
<para>Create the /etc/inputrc file:</para>
|
||||
|
@ -4,12 +4,12 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-scripts-network">
|
||||
<title>Configuring the network script</title>
|
||||
<title>Configuring the network Script</title>
|
||||
<?dbhtml filename="network.html"?>
|
||||
|
||||
|
||||
<sect2>
|
||||
<title>Creating network interface configuration files</title>
|
||||
<title>Creating Network Interface Configuration Files</title>
|
||||
|
||||
<para>The following command creates a sample <filename>ipv4</filename> file for the
|
||||
<filename>eth0</filename> device:</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-scripts-setclock">
|
||||
<title>Configuring the setclock script</title>
|
||||
<title>Configuring the setclock Script</title>
|
||||
<?dbhtml filename="setclock.html"?>
|
||||
|
||||
|
||||
|
18
chapter07/udev.xml
Normal file
18
chapter07/udev.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-scripts-udev">
|
||||
<title>Device and Module Handling on an LFS System</title>
|
||||
<?dbhtml filename="udev.html"?>
|
||||
|
||||
<indexterm zone="ch-scripts-udev">
|
||||
<primary sortas="a-Udev">Udev</primary>
|
||||
<secondary>usage</secondary></indexterm>
|
||||
|
||||
|
||||
<para>See testing</para>
|
||||
|
||||
</sect1>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-scripts-usage">
|
||||
<title>How do these bootscripts work?</title>
|
||||
<title>How Do These Bootscripts Work?</title>
|
||||
<?dbhtml filename="usage.html"?>
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
]>
|
||||
<chapter id="chapter-bootable" xreflabel="Chapter 8">
|
||||
<?dbhtml dir="chapter08"?>
|
||||
<title>Making the LFS system bootable</title>
|
||||
<title>Making the LFS System Bootable</title>
|
||||
<?dbhtml filename="chapter08.html"?>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-bootable-fstab">
|
||||
<title>Creating the /etc/fstab file</title>
|
||||
<title>Creating the /etc/fstab File</title>
|
||||
<?dbhtml filename="fstab.html"?>
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-bootable-grub">
|
||||
<title>Making the LFS system bootable</title>
|
||||
<title>Making the LFS System Bootable</title>
|
||||
<?dbhtml filename="grub.html"?>
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-finish-reboot">
|
||||
<title>Rebooting the system</title>
|
||||
<title>Rebooting the System</title>
|
||||
<?dbhtml filename="reboot.html"?>
|
||||
|
||||
<screen><userinput>logout</userinput></screen>
|
||||
|
@ -4,7 +4,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
<sect1 id="ch-finish-whatnow">
|
||||
<title>What now?</title>
|
||||
<title>What Now?</title>
|
||||
<?dbhtml filename="whatnow.html"?>
|
||||
|
||||
<para>See testing</para>
|
||||
|
Loading…
Reference in New Issue
Block a user