diff options
Diffstat (limited to 'chapter08/introduction.xml')
-rw-r--r-- | chapter08/introduction.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/chapter08/introduction.xml b/chapter08/introduction.xml index 95bb37f7d..d1c15fcfe 100644 --- a/chapter08/introduction.xml +++ b/chapter08/introduction.xml @@ -1,16 +1,18 @@ <?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-bootable-introduction"> -<title>Introduction</title> -<?dbhtml filename="introduction.html"?> + <?dbhtml filename="introduction.html"?> -<para>It is time to make the LFS system bootable. This chapter -discusses creating an <filename>fstab</filename> file, building a -kernel for the new LFS system, and installing the GRUB boot loader so -that the LFS system can be selected for booting at startup.</para> + <title>Introduction</title> -</sect1> + <para>It is time to make the LFS system bootable. This chapter + discusses creating an <filename>fstab</filename> file, building a + kernel for the new LFS system, and installing the GRUB boot loader so + that the LFS system can be selected for booting at startup.</para> +</sect1> |