Ticket #2549: lfs-book.patch

File lfs-book.patch, 2.2 KB (added by chris@…, 15 years ago)

Text fixes

  • trunk/BOOK/chapter06/grub.xml

     
    5252             --disable-efiemu</userinput></screen>
    5353
    5454    <para>Using a separate build directory keeps the 2400 generated
    55     files out of the main directory and is recommeded by the developers.
     55    files out of the main directory and is recommended by the developers.
    5656    The --disable switches just minimize what is built by disabling
    5757    features and testing programs not really needed for LFS.</para>
    5858
  • trunk/BOOK/chapter08/grub.xml

     
    8585
    8686<screen role="nodump"><userinput>grub-install --grub-setup=/bin/true /dev/sda</userinput></screen>
    8787
    88     <para>We use --grub-setup=/bin/true for now to prevent update the
     88    <para>We use --grub-setup=/bin/true for now to prevent updating the
    8989    Master Boot Record (MBR).  In this way, we can test our installation
    9090    before committing to a change that is hard to revert.</para>
    9191
     
    148148</computeroutput></screen>
    149149
    150150  <para>Note that even though there is a warning not to edit the file, you can
    151   do so as long as you do not re-reun <command>grub-mkconfig</command>.  The
     151  do so as long as you do not re-run <command>grub-mkconfig</command>.  The
    152152  <emphasis>search</emphasis> lines are not meaningful for LFS systems as that
    153153  command needs an initrd image for processing. If installing on a separate
    154154  partition the linux and initrd lines will not have the /boot on the file
     
    214214   instruction is not found in grub.cfg.  This is the partition that is
    215215   searched for the kernel and other supporting files.  It is different from
    216216   the 'root=' parameter on the 'linux' line in the configuration line.  The
    217    later is the partition the kernel mounts as '/'.  In the example grub.cfg
     217   latter is the partition the kernel mounts as '/'.  In the example grub.cfg
    218218   above, both values point to /dev/sda2, but if there is a separate boot
    219219   partition, they will be different.</para></note>
    220220