source: chapter08/introduction.xml@ c5538b3

Last change on this file since c5538b3 was 6be8f06, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • (chapter08/*.xml) RELAX NG validation fixes

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

  • Property mode set to 100644
File size: 585 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xml:id="ch-bootable-introduction">
8<info><title>Introduction</title></info>
9<?dbhtml filename="introduction.html"?>
10
11<para>This chapter will make LFS bootable. This chapter deals with creating a
12<filename>fstab</filename> file, building a
13kernel for the new LFS system and installing the Grub bootloader
14so that the LFS system can be selected for booting at startup.</para>
15
16</section>
Note: See TracBrowser for help on using the repository browser.