mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00: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>
|
||||
<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
|
||||
|
@ -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>-->
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user