aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/grub.xml
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 /chapter06/grub.xml
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
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r--chapter06/grub.xml6
1 files changed, 1 insertions, 5 deletions
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>