aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-08-24 21:02:20 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-08-24 21:02:20 +0000
commitc92ad8f6e068e816e3b6e332207cb1132ee48df8 (patch)
tree5d8b46b457dbb4a0b67b45d1dc188749b43cb1d1
parentf5b18de0195d3b9cc4bc6cc723b5746d1613735c (diff)
Minor option fix for grub
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/grub.xml5
1 files changed, 2 insertions, 3 deletions
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 @@
<screen><userinput remap="configure">./configure --prefix=/usr \
--sbindir=/sbin \
--sysconfdir=/etc \
- --disable-grub-emu-usb \
--disable-efiemu \
--disable-werror</userinput></screen>
@@ -61,9 +60,9 @@
</varlistentry>
<varlistentry>
- <term><parameter>--disable-grub-emu-usb --disable-efiemu</parameter></term>
+ <term><parameter>--disable-efiemu</parameter></term>
<listitem>
- <para>These options minimize what is built by disabling features and
+ <para>This option minimizes what is built by disabling a feature and
testing programs not needed for LFS.</para>
</listitem>
</varlistentry>