Browse Source

Chapter09 indentation.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 19 years ago
parent
commit
7686ca6aae
5 changed files with 144 additions and 115 deletions
  1. 11 8
      chapter09/chapter09.xml
  2. 11 9
      chapter09/getcounted.xml
  3. 34 32
      chapter09/reboot.xml
  4. 15 12
      chapter09/theend.xml
  5. 73 54
      chapter09/whatnow.xml

+ 11 - 8
chapter09/chapter09.xml

@@ -1,16 +1,19 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
+
 <chapter id="chapter-finalizing" xreflabel="Chapter 9">
-<?dbhtml dir="chapter09"?>
-<title>The End</title>
-<?dbhtml filename="chapter09.html"?>
+  <?dbhtml dir="chapter09"?>
+  <?dbhtml filename="chapter09.html"?>
+
+  <title>The End</title>
 
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="theend.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="getcounted.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="reboot.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="whatnow.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="theend.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="getcounted.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="reboot.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="whatnow.xml"/>
 
 </chapter>

+ 11 - 9
chapter09/getcounted.xml

@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
+
 <sect1 id="ch-finish-getcounted">
-<title>Get Counted</title>
-<?dbhtml filename="getcounted.html"?>
+  <?dbhtml filename="getcounted.html"?>
 
-<para>Now that you have finished the book, do you want to be counted
-as an LFS user? Head over to <ulink
-url="&lfs-root;cgi-bin/lfscounter.cgi"/> and register as an LFS user
-by entering your name and the first LFS version you have used.</para>
+  <title>Get Counted</title>
 
-<para>Let's reboot into LFS now.</para>
+  <para>Now that you have finished the book, do you want to be counted as an
+  LFS user? Head over to <ulink url="&lfs-root;cgi-bin/lfscounter.cgi"/> and
+  register as an LFS user by entering your name and the first LFS version you
+  have used.</para>
 
-</sect1>
+  <para>Let's reboot into LFS now.</para>
 
+</sect1>

+ 34 - 32
chapter09/reboot.xml

@@ -1,60 +1,62 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
+
 <sect1 id="ch-finish-reboot">
-<title>Rebooting the System</title>
-<?dbhtml filename="reboot.html"?>
-
-<para>Now that all of the software has been installed, it is time to reboot
-your computer. However, you should be aware of a few things.  The system you
-have created in this book is quite minimal, and most likely will not have
-the functionality you would need to be able to continue forward.  By installing
-a few extra packages from the BLFS book while still in our current chroot
-environment, you can leave yourself in a much better position to continue on
-once you reboot into your new LFS installation.  Installing a text mode web
-browser, such as Lynx, you can easily view the BLFS book in one virtual
-terminal, while building packages in another.  The GPM package will also allow
-you to perform copy/paste actions in your virtual terminals.  Lastly, if you
-are in a situation where static IP configuration does not meet your networking
-requirements, installing packages such as Dhcpcd or PPP at this point might
-also be useful.</para> 
-
-
-<para>Now that we have said that, lets move on to booting our shiny new LFS
-installation for the first time! First exit from the chroot environment:</para>
+  <?dbhtml filename="reboot.html"?>
+
+  <title>Rebooting the System</title>
+
+  <para>Now that all of the software has been installed, it is time to reboot
+  your computer. However, you should be aware of a few things. The system you
+  have created in this book is quite minimal, and most likely will not have
+  the functionality you would need to be able to continue forward. By installing
+  a few extra packages from the BLFS book while still in our current chroot
+  environment, you can leave yourself in a much better position to continue on
+  once you reboot into your new LFS installation. Installing a text mode web
+  browser, such as Lynx, you can easily view the BLFS book in one virtual
+  terminal, while building packages in another. The GPM package will also allow
+  you to perform copy/paste actions in your virtual terminals. Lastly, if you
+  are in a situation where static IP configuration does not meet your networking
+  requirements, installing packages such as Dhcpcd or PPP at this point might
+  also be useful.</para>
+
+
+  <para>Now that we have said that, lets move on to booting our shiny new LFS
+  installation for the first time! First exit from the chroot environment:</para>
 
 <screen><userinput>logout</userinput></screen>
 
-<para>Then unmount the virtual files systems:</para>
+  <para>Then unmount the virtual files systems:</para>
 
 <screen><userinput>umount -v $LFS/dev/pts
 umount -v $LFS/dev/shm
 umount -v $LFS/dev
 umount -v $LFS/proc
-umount -v $LFS/sys</userinput></screen>    
+umount -v $LFS/sys</userinput></screen>
 
-<para>Unmount the LFS file system itself:</para>
+  <para>Unmount the LFS file system itself:</para>
 
 <screen><userinput>umount -v $LFS</userinput></screen>
 
-<para>If multiple partitions were created, unmount the other
-partitions before unmounting the main one, like this:</para>
+  <para>If multiple partitions were created, unmount the other
+  partitions before unmounting the main one, like this:</para>
 
 <screen role="nodump"><userinput>umount -v $LFS/usr
 umount -v $LFS/home
 umount -v $LFS</userinput></screen>
 
-<para>Now, reboot the system with:</para>
+  <para>Now, reboot the system with:</para>
 
 <screen role="nodump"><userinput>shutdown -r now</userinput></screen>
 
-<para>Assuming the GRUB boot loader was set up as outlined earlier, the menu
-is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
+  <para>Assuming the GRUB boot loader was set up as outlined earlier, the menu
+  is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
 
-<para>When the reboot is complete, the LFS system is ready for use and
-more software may be added to suit your needs.</para>
+  <para>When the reboot is complete, the LFS system is ready for use and
+  more software may be added to suit your needs.</para>
 
 </sect1>
-

+ 15 - 12
chapter09/theend.xml

@@ -1,24 +1,27 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
+
 <sect1 id="ch-finish-theend">
-<title>The End</title>
-<?dbhtml filename="theend.html"?>
+  <?dbhtml filename="theend.html"?>
+
+  <title>The End</title>
 
-<indexterm zone="ch-finish-theend"><primary sortas="e-/etc/lfs-release">/etc/lfs-release</primary></indexterm>
+  <indexterm zone="ch-finish-theend">
+    <primary sortas="e-/etc/lfs-release">/etc/lfs-release</primary>
+  </indexterm>
 
-<para>Well done! The new LFS system is installed! We wish you much
-success with your shiny new custom-built Linux system.</para>
+  <para>Well done! The new LFS system is installed! We wish you much
+  success with your shiny new custom-built Linux system.</para>
 
-<para>It may be a good idea to create an
-<filename>/etc/lfs-release</filename> file. By having this file, it is
-very easy for you (and for us if you need to ask for help at some
-point) to find out which LFS version is installed on the system.
-Create this file by running:</para>
+  <para>It may be a good idea to create an <filename>/etc/lfs-release</filename>
+  file. By having this file, it is very easy for you (and for us if you need to
+  ask for help at some point) to find out which LFS version is installed on the
+  system. Create this file by running:</para>
 
 <screen><userinput>echo &version; &gt; /etc/lfs-release</userinput></screen>
 
 </sect1>
-

+ 73 - 54
chapter09/whatnow.xml

@@ -1,80 +1,99 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
+
 <sect1 id="ch-finish-whatnow">
-<title>What Now?</title>
-<?dbhtml filename="whatnow.html"?>
+  <?dbhtml filename="whatnow.html"?>
 
-<para>Thank you for reading this LFS book. We hope that you have
-found this book helpful and have learned more about the system
-creation process.</para>
+  <title>What Now?</title>
 
-<para>Now that the LFS system is installed, you may be wondering
-<quote>What next?</quote> To answer that question, we have compiled a
-list of resources for you.</para>
+  <para>Thank you for reading this LFS book. We hope that you have
+  found this book helpful and have learned more about the system
+  creation process.</para>
 
-<itemizedlist>
-<listitem><para>Maintenance</para>
+  <para>Now that the LFS system is installed, you may be wondering
+  <quote>What next?</quote> To answer that question, we have compiled a
+  list of resources for you.</para>
 
-<para>Bugs and security notices are reported regularly for all software.
-Since an LFS system is compiled from source, it is up to you to keep abreast of
-such reports.  There are several online resources that track such reports, some
-of which are shown below:</para>
+  <itemizedlist>
 
-<itemizedlist>
-<listitem><para>Freshmeat.net (<ulink url="http://freshmeat.net/"/>)</para>
+    <listitem>
+      <para>Maintenance</para>
 
-<para>Freshmeat can notify you (via email) of new versions of packages installed on your system.</para>
-</listitem>
+      <para>Bugs and security notices are reported regularly for all software.
+      Since an LFS system is compiled from source, it is up to you to keep
+      abreast of such reports.  There are several online resources that track
+      such reports, some of which are shown below:</para>
 
-<listitem><para><ulink url="http://www.cert.org/">CERT</ulink> (Computer
-Emergency Response Team)</para>
+      <itemizedlist>
 
-<para>CERT has a mailing list that publishes security alerts concerning various
-operating systems and applications.  Subscription information is available at
-<ulink url="http://www.us-cert.gov/cas/signup.html"/>.</para>
-</listitem>
+        <listitem>
+          <para>Freshmeat.net (<ulink url="http://freshmeat.net/"/>)</para>
 
-<listitem><para>Bugtraq</para>
+          <para>Freshmeat can notify you (via email) of new versions of packages
+          installed on your system.</para>
+        </listitem>
 
-<para>Bugtraq is a full-disclosure computer security mailing list.  It publishes
-newly discovered security issues, and occasionally potential fixes for them.
-Subscription information is available at
-<ulink url="http://www.securityfocus.com/archive"/>.</para>
-</listitem>
-</itemizedlist>
-</listitem>
+        <listitem>
+          <para><ulink url="http://www.cert.org/">CERT</ulink> (Computer
+          Emergency Response Team)</para>
 
-<listitem><para>Beyond Linux From Scratch</para>
+          <para>CERT has a mailing list that publishes security alerts concerning
+          various operating systems and applications. Subscription information is
+          available at <ulink
+          url="http://www.us-cert.gov/cas/signup.html"/>.</para>
+        </listitem>
 
-<para>The Beyond Linux From Scratch book covers installation
-procedures for a wide range of software beyond the scope of the LFS
-Book. The BLFS project is located at <ulink url="&blfs-root;"/>.</para></listitem>
+        <listitem>
+          <para>Bugtraq</para>
 
-<listitem><para>LFS Hints</para>
+          <para>Bugtraq is a full-disclosure computer security mailing list. It
+          publishes newly discovered security issues, and occasionally potential
+          fixes for them. Subscription information is available at <ulink
+          url="http://www.securityfocus.com/archive"/>.</para>
+        </listitem>
 
-<para>The LFS Hints are a collection of educational documents
-submitted by volunteers in the LFS community. The hints are available
-at <ulink url="&hints-index;"/>.</para></listitem>
+      </itemizedlist>
+    </listitem>
 
-<listitem><para>Mailing lists</para>
+    <listitem>
+      <para>Beyond Linux From Scratch</para>
 
-<para>There are several LFS mailing lists you may subscribe to if you
-are in need of help, want to stay current with the latest developments,
-want to contribute to the project, and more. See <xref
-linkend="ch-scatter-maillists"/> for more
-information.</para></listitem>
+      <para>The Beyond Linux From Scratch book covers installation
+      procedures for a wide range of software beyond the scope of the LFS
+      Book. The BLFS project is located at <ulink url="&blfs-root;"/>.</para>
+    </listitem>
 
-<listitem><para>The Linux Documentation Project</para>
+    <listitem>
+      <para>LFS Hints</para>
 
-<para>The goal of The Linux Documentation Project (TLDP) is to
-collaborate on all of the issues of Linux documentation. The TLDP features
-a large collection of HOWTOs, guides, and man pages.  It is located at
-<ulink url="http://www.tldp.org/"/>.</para></listitem>
+      <para>The LFS Hints are a collection of educational documents
+      submitted by volunteers in the LFS community. The hints are available
+      at <ulink url="&hints-index;"/>.</para>
+    </listitem>
 
-</itemizedlist>
+    <listitem>
+      <para>Mailing lists</para>
 
-</sect1>
+      <para>There are several LFS mailing lists you may subscribe to if you
+      are in need of help, want to stay current with the latest developments,
+      want to contribute to the project, and more. See <xref
+      linkend="ch-scatter-maillists"/> for more
+      information.</para>
+    </listitem>
+
+    <listitem>
+      <para>The Linux Documentation Project</para>
 
+      <para>The goal of The Linux Documentation Project (TLDP) is to
+      collaborate on all of the issues of Linux documentation. The TLDP features
+      a large collection of HOWTOs, guides, and man pages.  It is located at
+      <ulink url="http://www.tldp.org/"/>.</para>
+    </listitem>
+
+  </itemizedlist>
+
+</sect1>