Changeset f48e5aa for chapter08


Ignore:
Timestamp:
01/11/2012 11:00:09 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 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:
6c3ab2e
Parents:
09d0e59
Message:

Add additional information about setting up a separate boot partition.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grub.xml

    r09d0e59 rf48e5aa  
    136136EOF</userinput></screen>
    137137
     138    <note><para>From <application>GRUB</application>'s perspective, the
     139    kernel files are relative to the partition used.  If you
     140    used a separate /boot partition, remove /boot from the above
     141    <emphasis>linux</emphasis> line.  You will also need to change the
     142    <emphasis>set root</emphasis> line to point to the boot partition.
     143    </para></note>
     144
    138145    <para>GRUB is an extremely powerful program and it provides a tremendous
    139146    number of options for booting from a wide variety of devices, operating
     
    142149    details of these options are beyond the scope of this introduction.</para>
    143150
    144     <note><para>There is a command, <application>grub-mkconfig</application> that
     151    <caution><para>There is a command, <application>grub-mkconfig</application>, that
    145152    can write a configuration file automatically.  It uses a set of scripts in
    146153    /etc/grub.d/ and will destroy any customizations that you make.  These scripts
    147154    are designed primarily for non-source distributions and are not recommended for
    148155    LFS.  If you install a commercial Linux distribution, there is a good chance
    149     that this program will be run.  Be sure to back up your grub.cfg file.</para></note>
     156    that this program will be run.  Be sure to back up your grub.cfg file.</para></caution>
    150157
    151158   </sect2>
Note: See TracChangeset for help on using the changeset viewer.