Author: matthew
Date: 2010-03-18 13:53:47 -0600 (Thu, 18 Mar 2010)
New Revision: 9227
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter06/grub.xml
trunk/BOOK/packages.ent
Log:
Upgrade to Grub-1.98. Fixes #2602.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-03-18 19:52:03 UTC (rev 9226)
+++ trunk/BOOK/chapter01/changelog.xml 2010-03-18 19:53:47 UTC (rev 9227)
@@ -41,6 +41,10 @@
<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
<ulink url="&lfs-ticket-root;2601">#2601</ulink>.</para>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2010-03-18 19:52:03 UTC (rev 9226)
+++ trunk/BOOK/chapter01/whatsnew.xml 2010-03-18 19:53:47 UTC (rev 9227)
@@ -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>-->
Modified: trunk/BOOK/chapter06/grub.xml
===================================================================
--- trunk/BOOK/chapter06/grub.xml 2010-03-18 19:52:03 UTC (rev 9226)
+++ trunk/BOOK/chapter06/grub.xml 2010-03-18 19:53:47 UTC (rev 9227)
@@ -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>
Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent 2010-03-18 19:52:03 UTC (rev 9226)
+++ trunk/BOOK/packages.ent 2010-03-18 19:53:47 UTC (rev 9227)
@@ -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">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page