From 483838e91e2130bf788313924ab2d5bbffb4aa2b Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 20 Jun 2011 22:58:34 +0000 Subject: Update to GRUB-1.99 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/grub.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/grub.xml b/chapter06/grub.xml index dcea697d6..16bf69797 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -43,10 +43,9 @@ Prepare GRUB for compilation: ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-grub-emu-usb \ - --disable-grub-fstest \ - --disable-efiemu \ + --sysconfdir=/etc \ + --disable-grub-emu-usb \ + --disable-efiemu \ --disable-werror The --disable switches minimize what is built by disabling features -- cgit v1.2.3-54-g00ecf