Browse Source

removed the sed from the grub instructions, as it's no longer needed

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 21 năm trước cách đây
mục cha
commit
caa08b6106
3 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 4 0
      chapter01/changelog.xml
  2. 1 5
      chapter06/grub.xml
  3. 1 1
      index.xml

+ 4 - 0
chapter01/changelog.xml

@@ -36,6 +36,10 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>March 21st, 2004 [jeremy]: Chapter 6 - Grub - Removed the sed
+used with grub-0.93 for gcc 3.3 compliance, as it's not necessary with
+0.94</para></listitem>
+
 <listitem><para>March 9th, 2004 [alex]: Chapter 6 - Removed --login from the
 chroot commands.</para></listitem>
 

+ 1 - 5
chapter06/grub.xml

@@ -21,11 +21,7 @@ have defined any environment variables that override default optimizations,
 such as CFLAGS and CXXFLAGS, we recommend unsetting them when building
 Grub.</para>
 
-<para>First fix a compilation problem with GCC-&gcc-version;:</para>
-
-<screen><userinput>sed -i 's/2 long/2/' stage2/fsys_reiserfs.c</userinput></screen>
-
-<para>Now prepare Grub for compilation:</para>
+<para>Prepare Grub for compilation:</para>
 
 <screen><userinput>./configure --prefix=/usr</userinput></screen>
 

+ 1 - 1
index.xml

@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
 			"/usr/share/docbook/docbookx.dtd" [
 
-<!ENTITY version "CVS-2004-03-14">
+<!ENTITY version "CVS-2004-03-21">
 <!ENTITY releasedate "March 14th, 2004">
 <!ENTITY milestone "5.2">
 <!ENTITY nbsp " ">