Changeset fb40919 for BOOK/bootable/x86


Ignore:
Timestamp:
Jun 21, 2006, 2:53:33 PM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a702d3f
Parents:
0de816f8
Message:

Changed many 'LFS' references to 'CLFS'

Location:
BOOK/bootable/x86
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/x86/grub.xml

    r0de816f8 rfb40919  
    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>
  • BOOK/bootable/x86/kernel.xml

    r0de816f8 rfb40919  
    5151    enabled and built into the kernel, not as modules. BLFS has
    5252    some information regarding particular kernel configuration requirements of
    53     packages outside of LFS at <ulink
     53    packages outside of CLFS at <ulink
    5454    url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>:</para>
    5555
     
    144144      <filename class="symlink">/usr/src/linux</filename> pointing to the
    145145      kernel source directory. This is specific to kernels prior to the
    146       2.6 series and <emphasis>must not</emphasis> be created on an LFS
     146      2.6 series and <emphasis>must not</emphasis> be created on a CLFS
    147147      system as it can cause problems for packages you may wish to build
    148       once your base LFS system is complete.</para>
     148      once your base CLFS system is complete.</para>
    149149
    150150      <para>Also, the headers in the system's <filename
Note: See TracChangeset for help on using the changeset viewer.