source: chapter08/introduction.xml@ 29723b9

Last change on this file since 29723b9 was 6a0e6f3, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • Remove the spurious <info> tags that I thought were necessary but evidently aren't

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

  • Property mode set to 100644
File size: 572 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<title>Introduction</title>
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.