source: chapter08/introduction.xml@ f30e3ce9

7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since f30e3ce9 was b06ca36, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated book sources to use DocBook-XML DTD 4.5

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7970 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"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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.