* Merged newxml into HEAD
[linux_from_scratch.git] / newxml / chapter08 / introduction.xml
blob6d8723909ec1d6b0a26d70f3707d0333966735e5
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3   <!ENTITY % general-entities SYSTEM "../general.ent">
4   %general-entities;
5 ]>
6 <sect1 id="ch-bootable-introduction">
7 <title>Introduction</title>
8 <?dbhtml filename="introduction.html"?>
10 <para>This chapter will make LFS bootable. This chapter deals with creating a
11 fstab file, building a
12 kernel for the new LFS system and installing the Grub bootloader
13 so that the LFS system can be selected for booting at startup.</para>
15 </sect1>