Ver Fonte

Update grub packages and naming conventions example.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9985 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs há 13 anos atrás
pai
commit
94d3eee6e4
3 ficheiros alterados com 7 adições e 38 exclusões
  1. 4 0
      chapter01/changelog.xml
  2. 3 33
      chapter06/grub.xml
  3. 0 5
      chapter08/grub.xml

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2012-09-04</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update grub packages and naming 
+          conventions example.</para>
+        </listitem>
         <listitem>
           <para>[bdubbs] - Update to util-linux-2.22.  Fixes
           <ulink url="&lfs-ticket-root;3145">#3145</ulink>.</para>

+ 3 - 33
chapter06/grub.xml

@@ -81,12 +81,12 @@
 
       <seglistitem>
        
-       <seg>grub-bin2h,           grub-bios-setup, grub-editenv,     grub-fstest,
+       <seg>                      grub-bios-setup, grub-editenv,     grub-fstest,
             grub-install,         grub-kbdcomp,    grub-menulst2cfg, grub-mkconfig,
-            grub-mkdevicemap,     grub-mkimage,    grub-mklayout,    grub-mknetdir,
+                                  grub-mkimage,    grub-mklayout,    grub-mknetdir,
             grub-mkpasswd-pbkdf2, grub-mkrelpath,  grub-mkrescue,    grub-mkstandalone,
             grub-ofpathname,      grub-probe,      grub-reboot,      grub-script-check,
-            grub-set-default,     grub-setup,      grub-sparc64-setup </seg>
+            grub-set-default,                      grub-sparc64-setup </seg>
 
         <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub, /boot/grub</seg>
       </seglistitem>
@@ -97,16 +97,6 @@
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
-      <varlistentry id="grub-bin2h">
-        <term><command>grub-bin2h</command></term>
-        <listitem>
-          <para>Converts a binary file to a C header</para>
-          <indexterm zone="ch-system-grub grub-bin2h">
-            <primary sortas="b-grub-bin2h">grub-bin2h</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="grub-bios-setup">
         <term><command>grub-bios-setup</command></term>
         <listitem>
@@ -179,16 +169,6 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry id="grub-mkdevicemap">
-        <term><command>grub-mkdevicemap</command></term>
-        <listitem>
-          <para>Generate a device map file automatically</para>
-          <indexterm zone="ch-system-grub grub-mkdevicemap">
-            <primary sortas="b-grub-mkdevicemap">grub-mkdevicemap</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="grub-mkimage">
         <term><command>grub-mkimage</command></term>
         <listitem>
@@ -310,16 +290,6 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry id="grub-setup">
-        <term><command>grub-setup</command></term>
-        <listitem>
-          <para>Set up images to boot from a device</para>
-          <indexterm zone="ch-system-grub grub-setup">
-            <primary sortas="b-grub-setup">grub-setup</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="grub-sparc64-setup">
         <term><command>grub-sparc64-setup</command></term>
         <listitem>

+ 0 - 5
chapter08/grub.xml

@@ -58,11 +58,6 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></
     on <filename class="partition">hdc</filename>, that second hard drive
     would still be <emphasis>(hd1)</emphasis>.</para>
 
-    <para>You can determine what GRUB thinks your disk devices are by running:</para>
-
-<screen role="nodump"><userinput>grub-mkdevicemap --device-map=device.map
-cat device.map</userinput></screen>
-
   </sect2>
 
   <sect2>