From 9f5aaf72b238f5cfff30bc412caa014f1eac0bc0 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 9 Mar 2012 20:12:34 +0000 Subject: Add whitespace for better readability of instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/grub.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06/grub.xml') 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 @@ Prepare GRUB for compilation: -./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-grub-emu-usb \ - --disable-efiemu \ - --disable-werror +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-grub-emu-usb \ + --disable-efiemu \ + --disable-werror The --disable switches minimize what is built by disabling features and testing programs not really needed for LFS. -- cgit v1.2.3-54-g00ecf