From eb443a3b8d84568d4bef4b48778e4c824c3cd0e4 Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Mon, 14 Jun 2004 15:17:44 +0000 Subject: Upgraded to GRUB 0.95 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 ++++- chapter03/patches.xml | 7 ------- chapter06/grub.xml | 5 ----- chapter08/grub.xml | 2 +- general.ent | 6 +++--- 5 files changed, 8 insertions(+), 17 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 00f2b48b8..f2b16682a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,7 +41,6 @@ first a summary, then a detailed log. coreutils-5.2.1-suppress_hostname_uptime_kill_su-1.patch flex-2.5.31-debian_fixes-2.patch -grub-0.94-gcc34-1.patch hotplug-2004_04_01 hotplug-2004_04_01-bogus_deps-1.patch hotplug-2004_04_01-device-2.patch @@ -76,6 +75,10 @@ first a summary, then a detailed log. +June 14, 2004 [winkie]: Upgraded to GRUB 0.95. Removed the +--no-mem-option argument from GRUB's +menu.lst, since it is now the default. + June 13, 2004 [alexander]: Security: added linux-2.6.6-fpu-1.patch diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 5c025070a..47e4c8dca 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -63,13 +63,6 @@ following: - -GRUB GCC 3.4 Compatibility Patch - 1 KB: - - - - - Hotplug Bogus Dependencies Patch- 1 KB: diff --git a/chapter06/grub.xml b/chapter06/grub.xml index e7175e231..2c5875b74 100644 --- a/chapter06/grub.xml +++ b/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. -This package also has issues with being compiled by GCC 3.4, which we -fix by applying the following patch: - -patch -Np1 -i ../grub-&grub-version;-gcc34-1.patch - Prepare Grub for compilation: ./configure --prefix=/usr diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 4db1dbfef..c8ab79d53 100644 --- a/chapter08/grub.xml +++ b/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 EOF By default, Grub will automatically pass a mem=xxx diff --git a/general.ent b/general.ent index 332239469..36ada74ea 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + + @@ -37,7 +37,7 @@ - + -- cgit v1.2.3-54-g00ecf