Changeset 312e7dd


Ignore:
Timestamp:
11/30/2009 04:30:48 AM (14 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, 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:
5e37471
Parents:
f4e157a
Message:

Provided more information about grub configuration.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf4e157a r312e7dd  
    3939
    4040    <listitem>
     41      <para>2009-11-29</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[bdubbs] Provided more information about grub
     45          configuration.
     46          </para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4152      <para>2009-11-24</para>
    4253      <itemizedlist>
    4354        <listitem>
    44           <para>[bdubbs] Separate standards page and rationale page
    45           and reformat.  Provided more information about packages
     55          <para>[bdubbs] Create separate standards and rationale pages
     56          and reformated.  Provided more information about packages
    4657          needed to satisfy LSB.
    4758          </para>
  • chapter08/grub.xml

    rf4e157a r312e7dd  
    194194    <para>Update the MBR with:</para>
    195195
    196 <screen role="nodump"><userinput>grub-setup</userinput></screen>
     196<screen role="nodump"><userinput>grub-setup '&lt;DEVICE&gt;'</userinput></screen>
     197
     198    <para>Change the DEVICE above to your boot disk, normally '(hd0)' or /dev/sda. 
     199    If using (hd0) be sure to escape the parentheses with backslashes or single
     200    quotes to prevent the shell from interpreting them as a sub-shell.</para>
    197201
    198202    <para>This program uses the following defaults and are correct if you did not
     
    204208      <listitem><para>directory   - /boot/grub</para></listitem>
    205209      <listitem><para>device map  - device.map</para></listitem>
    206       <listitem><para>root device - guessed   </para></listitem>
     210      <listitem><para>default root setting - guessed</para></listitem>
    207211    </itemizedlist>
    208212
     213   <note><para>The root setting is the default value if a 'set root'
     214   instruction is not found in grub.cfg.  This is the partition that is
     215   searched for the kernel and other supporting files.  It is different from
     216   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
     218   above, both values point to /dev/sda2, but if there is a separate boot
     219   partition, they will be different.</para></note>
     220
    209221   </sect2>
    210222
  • general.ent

    rf4e157a r312e7dd  
    1 <!ENTITY version "SVN-20091124">
    2 <!ENTITY releasedate "November 24, 2009">
     1<!ENTITY version "SVN-20091129">
     2<!ENTITY releasedate "November 29, 2009">
    33<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.0">
Note: See TracChangeset for help on using the changeset viewer.