Author: manuel Date: 2005-05-30 12:45:09 -0600 (Mon, 30 May 2005) New Revision: 5537
Modified: branches/cross-lfs/BOOK/bootscripts/common/introduction.xml Log: Indented bootscripts/common/introduction.xml Modified: branches/cross-lfs/BOOK/bootscripts/common/introduction.xml =================================================================== --- branches/cross-lfs/BOOK/bootscripts/common/introduction.xml 2005-05-30 18:42:28 UTC (rev 5536) +++ branches/cross-lfs/BOOK/bootscripts/common/introduction.xml 2005-05-30 18:45:09 UTC (rev 5537) @@ -1,27 +1,26 @@ <?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-scripts-introduction"> -<title>Introduction</title> -<?dbhtml filename="introduction.html"?> + <?dbhtml filename="introduction.html"?> -<para>This chapter details how to install the bootscripts and set them up -properly. Most of these scripts will work without modification, but a -few require additional configuration files because they deal with -hardware-dependent information.</para> + <title>Introduction</title> -<para>System-V style init scripts are employed in this book because they are -widely used. For additional options, a hint detailing the BSD style -init setup is available at -<ulink -url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"/>. -Searching the LFS mailing lists for <quote>depinit</quote> will also offer -additional choices.</para> + <para>This chapter details how to install the bootscripts and set them up + properly. Most of these scripts will work without modification, but a + few require additional configuration files because they deal with + hardware-dependent information.</para> -<para>If using an alternate style of init scripts, skip this chapter -and move on to <xref linkend="chapter-bootable"/>.</para> + <para>System-V style init scripts are employed in this book because they + are widely used. For additional options, a hint detailing the BSD style + init setup is available at <ulink + url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"/>. + Searching the LFS mailing lists for <quote>depinit</quote> will also offer + additional choices.</para> <para>If using an alternate style of init scripts, + skip this chapter and move on to <xref linkend="chapter-bootable"/>.</para> </sect1> - -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
