Changeset 699b0f2 for chapter08


Ignore:
Timestamp:
02/01/2009 11:38:45 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
eae8d88
Parents:
873f3aa
Message:

Fix some typos and grammar issues reported by Chris Staub in #2307.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grub.xml

    r873f3aa r699b0f2  
    4141    <title>Installation of GRUB</title>
    4242
     43    <para>Your shiny new LFS system is almost complete. One of the last
     44    things to do is to ensure that the system can be properly booted.</para>
     45
    4346    <caution>
    4447      <para>This package will only build for x86 and x86_64 architectures
    4548      containing 32-bit libs. If you chose to build on x86_64 without 32-bit
    46       libriaries (no multilib), then you must use LILO instead.</para>
     49      libraries (no multilib), then you must use LILO instead. Information on
     50      <quote>boot loading</quote> for other architectures should be available in
     51      the usual resource-specific locations for those architectures.</para>
    4752    </caution>
    4853
     
    99104    <title>Configuring GRUB</title>
    100105
    101     <para>Your shiny new LFS system is almost complete. One of the last
    102     things to do is to ensure that the system can be properly booted. The
    103     instructions below apply only to computers of IA-32 architecture,
    104     meaning mainstream PCs. Information on <quote>boot loading</quote> for
    105     other architectures should be available in the usual resource-specific
    106     locations for those architectures.</para>
    107106
    108107    <para>Boot loading can be a complex area, so a few cautionary
     
    113112    unusable (un-bootable).</para>
    114113
    115     <para>Earlier, we compiled and installed the GRUB boot loader software
    116     in preparation for this step. The procedure involves writing some
    117     special GRUB files to specific locations on the hard drive. We highly
    118     recommend creating a GRUB boot floppy diskette as a backup. Insert a
    119     blank floppy diskette and run the following commands:</para>
     114    <para>The procedure involves writing some special GRUB files to specific
     115    locations on the hard drive. We highly recommend creating a GRUB boot floppy
     116    diskette as a backup. Insert a blank floppy diskette and run the following
     117    commands:</para>
    120118
    121119<screen><userinput>dd if=/boot/grub/stage1 of=/dev/fd0 bs=512 count=1
Note: See TracChangeset for help on using the changeset viewer.