aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/grub.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r--chapter06/grub.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml
index bf09ac522..33c4ce452 100644
--- a/chapter06/grub.xml
+++ b/chapter06/grub.xml
@@ -42,11 +42,11 @@
<para>Prepare GRUB for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-grub-emu-usb \
- --disable-efiemu \
- --disable-werror</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-grub-emu-usb \
+ --disable-efiemu \
+ --disable-werror</userinput></screen>
<para>The --disable switches minimize what is built by disabling features
and testing programs not really needed for LFS.</para>