From 8e70866c6e6a1b3c90193bbf5c59d2a3ca56aecf Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 18 Mar 2010 19:53:47 +0000 Subject: Upgrade to Grub-1.98. Fixes #2602. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/grub.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'chapter06') 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: -- cgit v1.2.3-54-g00ecf