mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-19 18:55:09 +01:00
Upgrade to Grub-1.98. Fixes #2602.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
1355dbe7fc
commit
8e70866c6e
@ -40,6 +40,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2010-03-18</para>
|
<para>2010-03-18</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] Upgrade to Grub-1.98. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;2602">#2602</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] Remove commands no longer necessary in order to run
|
<para>[matthew] Remove commands no longer necessary in order to run
|
||||||
the Bash test suite. Fixes
|
the Bash test suite. Fixes
|
||||||
|
@ -91,9 +91,9 @@
|
|||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Groff &groff-version;</para>
|
<para>Groff &groff-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>GRUB &grub-version;</para>
|
<para>GRUB &grub-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Gzip &gzip-version;</para>
|
<para>Gzip &gzip-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
|
@ -42,19 +42,14 @@
|
|||||||
|
|
||||||
<para>Prepare GRUB for compilation:</para>
|
<para>Prepare GRUB for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">mkdir build
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
cd build
|
|
||||||
../configure --prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--disable-grub-emu \
|
|
||||||
--disable-grub-emu-usb \
|
--disable-grub-emu-usb \
|
||||||
--disable-grub-fstest \
|
--disable-grub-fstest \
|
||||||
--disable-efiemu</userinput></screen>
|
--disable-efiemu</userinput></screen>
|
||||||
|
|
||||||
<para>Using a separate build directory keeps the 2400 generated
|
<para>The --disable switches minimize what is built by disabling features
|
||||||
files out of the main directory and is recommended by the developers.
|
and testing programs not really needed for LFS.</para>
|
||||||
The --disable switches just minimize what is built by disabling
|
|
||||||
features and testing programs not really needed for LFS.</para>
|
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
@ -228,10 +228,10 @@
|
|||||||
<!ENTITY groff-ch6-du "66 MB">
|
<!ENTITY groff-ch6-du "66 MB">
|
||||||
<!ENTITY groff-ch6-sbu "0.7 SBU">
|
<!ENTITY groff-ch6-sbu "0.7 SBU">
|
||||||
|
|
||||||
<!ENTITY grub-version "1.97.2">
|
<!ENTITY grub-version "1.98">
|
||||||
<!ENTITY grub-size "1,219 KB">
|
<!ENTITY grub-size "2,392 KB">
|
||||||
<!ENTITY grub-url "&alpha-gnu;grub/grub-&grub-version;.tar.gz">
|
<!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-home "&gnu-software;grub/">
|
||||||
<!ENTITY grub-ch6-du "27.6 MB">
|
<!ENTITY grub-ch6-du "27.6 MB">
|
||||||
<!ENTITY grub-ch6-sbu "0.4 SBU">
|
<!ENTITY grub-ch6-sbu "0.4 SBU">
|
||||||
|
Loading…
Reference in New Issue
Block a user