Changeset fb34768


Ignore:
Timestamp:
08/30/2004 05:32:28 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
3dd3227
Parents:
5392369
Message:

Unified boot loader and boot loading as two words everywhere

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/how.xml

    r5392369 rfb34768  
    6868
    6969<para>To finish the installation, the bootscripts are set up in <xref
    70 linkend="chapter-bootscripts"/>, and the kernel and bootloader are set
     70linkend="chapter-bootscripts"/>, and the kernel and boot loader are set
    7171up in <xref linkend="chapter-bootable"/>. <xref
    7272linkend="chapter-finalizing"/> contains information on furthering the
  • chapter05/hostreqs.xml

    r5392369 rfb34768  
    3434be compiled.  The host system will then need to be rebooted to use the
    3535newly compiled kernel. Instructions for compiling the kernel and
    36 configuring the bootloader (assuming the host uses GRUB) are located
     36configuring the boot loader (assuming the host uses GRUB) are located
    3737in <xref linkend="chapter-bootable"/>.</para>
    3838
  • chapter08/grub.xml

    r5392369 rfb34768  
    2020
    2121<para>Boot loading can be a complex area, so a few cautionary
    22 words are in order. Be familiar with the current bootloader and any other
     22words are in order. Be familiar with the current boot loader and any other
    2323operating systems present on the hard drive(s) that need to be
    2424bootable. Make sure that an emergency boot disk is ready to
     
    2626unusable (un-bootable).</para>
    2727
    28 <para>Earlier, we compiled and installed the Grub bootloader software
     28<para>Earlier, we compiled and installed the Grub boot loader software
    2929in preparation for this step. The procedure involves writing some
    3030special Grub files to specific locations on the hard drive. We highly
  • chapter08/introduction.xml

    r5392369 rfb34768  
    1010<para>It is time to make the LFS system bootable. This chapter
    1111discusses creating an <filename>fstab</filename> file, building a
    12 kernel for the new LFS system, and installing the Grub bootloader so
     12kernel for the new LFS system, and installing the Grub boot loader so
    1313that the LFS system can be selected for booting at startup.</para>
    1414
  • chapter09/reboot.xml

    r5392369 rfb34768  
    3636<screen><userinput>shutdown -r now</userinput></screen>
    3737
    38 <para>Assuming the Grub bootloader was set up as outlined earlier, the menu
     38<para>Assuming the Grub boot loader was set up as outlined earlier, the menu
    3939is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
    4040
Note: See TracChangeset for help on using the changeset viewer.