diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter06/grub.xml | 11 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 12 insertions, 13 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 64aa49460..87086f76f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index b44ec9ba0..dfc7240b9 100644 --- a/chapter01/whatsnew.xml +++ b/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>--> diff --git a/chapter06/grub.xml b/chapter06/grub.xml index a06e9bba6..be8daaaa6 100644 --- a/chapter06/grub.xml +++ b/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> diff --git a/packages.ent b/packages.ent index 2d86ab09b..ffbd5b354 100644 --- a/packages.ent +++ b/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"> |