lfs/chapter08/introduction.xml
Manuel Canales Esparcia 0719866479 Tags corrections. Finished my firt full review
of the XML code and updated prologue/typography.xml acordongly.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3815 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-19 17:46:53 +00:00

16 lines
616 B
XML

<?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-bootable-introduction">
<title>Introduction</title>
<?dbhtml filename="introduction.html"?>
<para>This chapter will make LFS bootable. This chapter deals with creating a
<filename>fstab</filename> file, building a
kernel for the new LFS system and installing the Grub bootloader
so that the LFS system can be selected for booting at startup.</para>
</sect1>