Ignore:
Timestamp:
Jun 21, 2006, 2:53:33 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
73c89fd
Parents:
9fcb5e4
Message:

Changed many 'LFS' references to 'CLFS'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootable/x86/grub.xml

    r9fcb5e4 rb71fa50  
    99  <?dbhtml filename="grub.html"?>
    1010
    11   <title>Making the LFS System Bootable</title>
     11  <title>Making the CLFS System Bootable</title>
    1212
    1313  <indexterm zone="ch-bootable-grub">
     
    1616  </indexterm>
    1717
    18   <para os="a">Your shiny new LFS system is almost complete. One of the last
     18  <para os="a">Your shiny new CLFS system is almost complete. One of the last
    1919  things to do is to ensure that the system can be properly booted. The
    2020  instructions below apply only to computers of IA-32 architecture,
     
    7171    a third party boot manager to manage the Master Boot Record (MBR).
    7272    In this scenario, it would make more sense to install GRUB into the
    73     <quote>boot sector</quote> of the LFS partition. In this case, this
     73    <quote>boot sector</quote> of the CLFS partition. In this case, this
    7474    next command would become <userinput>setup (hd0,3)</userinput>.</para>
    7575  </warning>
     
    101101color green/black light-green/black
    102102
    103 # The first entry is for LFS.
    104 title LFS &version;
     103# The first entry is for CLFS.
     104title CLFS &version;
    105105root (hd0,3)
    106106kernel /boot/lfskernel-&linux-version; root=/dev/hda4</literal>
Note: See TracChangeset for help on using the changeset viewer.