Browse Source

Upgrade to Grub-1.98. Fixes #2602.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 years ago
parent
commit
8e70866c6e
4 changed files with 12 additions and 13 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 3 8
      chapter06/grub.xml
  4. 3 3
      packages.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2010-03-18</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] Upgrade to Grub-1.98. Fixes
+          <ulink url="&lfs-ticket-root;2602">#2602</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] Remove commands no longer necessary in order to run
           the Bash test suite. Fixes

+ 2 - 2
chapter01/whatsnew.xml

@@ -91,9 +91,9 @@
     <!--<listitem>
       <para>Groff &groff-version;</para>
     </listitem>-->
-    <!--<listitem>
+    <listitem>
       <para>GRUB &grub-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>Gzip &gzip-version;</para>
     </listitem>-->

+ 3 - 8
chapter06/grub.xml

@@ -42,19 +42,14 @@
 
     <para>Prepare GRUB for compilation:</para>
 
-<screen><userinput remap="configure">mkdir build
-cd build
-../configure --prefix=/usr           \
+<screen><userinput remap="configure">./configure --prefix=/usr           \
              --sysconfdir=/etc       \
-             --disable-grub-emu      \
              --disable-grub-emu-usb  \
              --disable-grub-fstest   \
              --disable-efiemu</userinput></screen>
 
-    <para>Using a separate build directory keeps the 2400 generated 
-    files out of the main directory and is recommended by the developers.
-    The --disable switches just minimize what is built by disabling
-    features and testing programs not really needed for LFS.</para>
+    <para>The --disable switches minimize what is built by disabling features
+    and testing programs not really needed for LFS.</para>
 
     <para>Compile the package:</para>
 

+ 3 - 3
packages.ent

@@ -228,10 +228,10 @@
 <!ENTITY groff-ch6-du "66 MB">
 <!ENTITY groff-ch6-sbu "0.7 SBU">
 
-<!ENTITY grub-version "1.97.2">
-<!ENTITY grub-size "1,219 KB">
+<!ENTITY grub-version "1.98">
+<!ENTITY grub-size "2,392 KB">
 <!ENTITY grub-url "&alpha-gnu;grub/grub-&grub-version;.tar.gz">
-<!ENTITY grub-md5 "db4d23fb8897523a7e484e974ae3d1c9">
+<!ENTITY grub-md5 "c0bcf60e524739bb64e3a2d4e3732a59">
 <!ENTITY grub-home "&gnu-software;grub/">
 <!ENTITY grub-ch6-du "27.6 MB">
 <!ENTITY grub-ch6-sbu "0.4 SBU">