From c92ad8f6e068e816e3b6e332207cb1132ee48df8 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 24 Aug 2016 21:02:20 +0000 Subject: Minor option fix for grub git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/grub.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/grub.xml b/chapter06/grub.xml index f52289793..3c7f15386 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -45,7 +45,6 @@ ./configure --prefix=/usr \ --sbindir=/sbin \ --sysconfdir=/etc \ - --disable-grub-emu-usb \ --disable-efiemu \ --disable-werror @@ -61,9 +60,9 @@ - --disable-grub-emu-usb --disable-efiemu + --disable-efiemu - These options minimize what is built by disabling features and + This option minimizes what is built by disabling a feature and testing programs not needed for LFS. -- cgit v1.2.3-54-g00ecf