aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-03-22 11:15:20 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-03-22 11:15:20 +0000
commitcaa08b6106748fa290447d8183adbe6094eed07d (patch)
tree488920e737dfa5502045c650021cb0754d6bf25f
parent02974d8f1b3545815123a71af984aa9dc45d19ae (diff)
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
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/grub.xml6
-rw-r--r--index.xml2
3 files changed, 6 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 3793604b2..744056af0 100644
--- a/chapter01/changelog.xml
+++ b/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>
diff --git a/chapter06/grub.xml b/chapter06/grub.xml
index a9b53ae1b..fa5394355 100644
--- a/chapter06/grub.xml
+++ b/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>
diff --git a/index.xml b/index.xml
index 00b477a1c..032468775 100644
--- a/index.xml
+++ b/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 " ">