From caa08b6106748fa290447d8183adbe6094eed07d Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Mon, 22 Mar 2004 11:15:20 +0000 Subject: 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 --- chapter06/grub.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'chapter06') 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. -First fix a compilation problem with GCC-&gcc-version;: - -sed -i 's/2 long/2/' stage2/fsys_reiserfs.c - -Now prepare Grub for compilation: +Prepare Grub for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf