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
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6be8f06]2<!DOCTYPE section [
[673b0d8]3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
[6be8f06]6<section xmlns="http://docbook.org/docbook-ng"
7 xml:id="ch-bootable-introduction">
[6a0e6f3]8<title>Introduction</title>
[673b0d8]9<?dbhtml filename="introduction.html"?>
[6370fa6]10
[b822811]11<para>This chapter will make LFS bootable. This chapter deals with creating a
[0719866]12<filename>fstab</filename> file, building a
[673b0d8]13kernel for the new LFS system and installing the Grub bootloader
[bc362d4]14so that the LFS system can be selected for booting at startup.</para>
[6370fa6]15
[6be8f06]16</section>
Note: See TracBrowser for help on using the repository browser.