From 8e70866c6e6a1b3c90193bbf5c59d2a3ca56aecf Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 18 Mar 2010 19:53:47 +0000 Subject: [PATCH] Upgrade to Grub-1.98. Fixes #2602. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter01/whatsnew.xml | 4 ++-- chapter06/grub.xml | 11 +++-------- packages.ent | 6 +++--- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 64aa49460..87086f76f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2010-03-18 + + [matthew] Upgrade to Grub-1.98. Fixes + #2602. + [matthew] Remove commands no longer necessary in order to run the Bash test suite. Fixes diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index b44ec9ba0..dfc7240b9 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -91,9 +91,9 @@ - + diff --git a/chapter06/grub.xml b/chapter06/grub.xml index a06e9bba6..be8daaaa6 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -42,19 +42,14 @@ Prepare GRUB for compilation: -mkdir build -cd build -../configure --prefix=/usr \ +./configure --prefix=/usr \ --sysconfdir=/etc \ - --disable-grub-emu \ --disable-grub-emu-usb \ --disable-grub-fstest \ --disable-efiemu - Using a separate build directory keeps the 2400 generated - files out of the main directory and is recommended by the developers. - The --disable switches just minimize what is built by disabling - features and testing programs not really needed for LFS. + The --disable switches minimize what is built by disabling features + and testing programs not really needed for LFS. Compile the package: diff --git a/packages.ent b/packages.ent index 2d86ab09b..ffbd5b354 100644 --- a/packages.ent +++ b/packages.ent @@ -228,10 +228,10 @@ - - + + - +