source: chapter08/introduction.xml@ a7fe252

Last change on this file since a7fe252 was b78c747, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Chapter08 indentation.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7229 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 641 bytes
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b78c747]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[b78c747]7
[3be4d97]8<sect1 id="ch-bootable-introduction">
[b78c747]9 <?dbhtml filename="introduction.html"?>
[6370fa6]10
[b78c747]11 <title>Introduction</title>
[6370fa6]12
[b78c747]13 <para>It is time to make the LFS system bootable. This chapter
14 discusses creating an <filename>fstab</filename> file, building a
15 kernel for the new LFS system, and installing the GRUB boot loader so
16 that the LFS system can be selected for booting at startup.</para>
[81fd230]17
[b78c747]18</sect1>
Note: See TracBrowser for help on using the repository browser.