Explorar o código

Upgraded to GRUB 0.95

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Zack Winkles %!s(int64=21) %!d(string=hai) anos
pai
achega
eb443a3b8d
Modificáronse 5 ficheiros con 8 adicións e 17 borrados
  1. 4 1
      chapter01/changelog.xml
  2. 0 7
      chapter03/patches.xml
  3. 0 5
      chapter06/grub.xml
  4. 1 1
      chapter08/grub.xml
  5. 3 3
      general.ent

+ 4 - 1
chapter01/changelog.xml

@@ -41,7 +41,6 @@ first a summary, then a detailed log.</para>
 <itemizedlist>
 <listitem><para>coreutils-5.2.1-suppress_hostname_uptime_kill_su-1.patch</para></listitem>
 <listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem>
-<listitem><para>grub-0.94-gcc34-1.patch</para></listitem>
 <listitem><para>hotplug-2004_04_01</para></listitem>
 <listitem><para>hotplug-2004_04_01-bogus_deps-1.patch</para></listitem>
 <listitem><para>hotplug-2004_04_01-device-2.patch</para></listitem>
@@ -76,6 +75,10 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>June 14, 2004 [winkie]: Upgraded to GRUB 0.95. Removed the
+<quote>--no-mem-option</quote> argument from GRUB's
+<filename>menu.lst</filename>, since it is now the default.</para></listitem>
+
 <listitem><para>June 13, 2004 [alexander]: Security: added
 linux-2.6.6-fpu-1.patch</para></listitem>
 

+ 0 - 7
chapter03/patches.xml

@@ -63,13 +63,6 @@ following:</para>
 </listitem>
 </varlistentry>
 
-<varlistentry>
-<term>GRUB GCC 3.4 Compatibility Patch - 1 KB:</term>
-<listitem>
-<para><ulink url="&patches-root;grub-&grub-version;-gcc34-1.patch"/></para>
-</listitem>
-</varlistentry>
-
 <varlistentry>
 <term>Hotplug Bogus Dependencies Patch- 1 KB:</term>
 <listitem>

+ 0 - 5
chapter06/grub.xml

@@ -34,11 +34,6 @@ have defined any environment variables that override default optimizations,
 such as CFLAGS and CXXFLAGS, we recommend un-setting them when building
 Grub.</para>
 
-<para>This package also has issues with being compiled by GCC 3.4, which we
-fix by applying the following patch:</para>
-
-<screen><userinput>patch -Np1 -i ../grub-&grub-version;-gcc34-1.patch</userinput></screen>
-
 <para>Prepare Grub for compilation:</para>
 
 <screen><userinput>./configure --prefix=/usr</userinput></screen>

+ 1 - 1
chapter08/grub.xml

@@ -94,7 +94,7 @@ color green/black light-green/black
 # The first entry is for LFS.
 title LFS &version;
 root (hd0,3)
-kernel --no-mem-option /boot/lfskernel-&linux-version; root=/dev/hda4
+kernel /boot/lfskernel-&linux-version; root=/dev/hda4
 <userinput>EOF</userinput></screen>
 
 <note><para>By default, Grub will automatically pass a <quote>mem=xxx</quote>

+ 3 - 3
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "CVS-20040613">
-<!ENTITY releasedate "June 13, 2004">
+<!ENTITY version "CVS-20040614">
+<!ENTITY releasedate "June 14, 2004">
 <!ENTITY milestone "6.0">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
@@ -37,7 +37,7 @@
 <!ENTITY glibc-version "2.3.4-20040529">
 <!ENTITY grep-version "2.5.1">
 <!ENTITY groff-version "1.19.1">
-<!ENTITY grub-version "0.94">
+<!ENTITY grub-version "0.95">
 <!ENTITY gzip-version "1.3.5">
 <!ENTITY hotplug-version "2004_04_01">
 <!ENTITY iana-etc-version "1.00">