blob: 6d8723909ec1d6b0a26d70f3707d0333966735e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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
fstab 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>
|