From cff604f66156a8e1b4ec45acc3562f4aef67b6f9 Mon Sep 17 00:00:00 2001 From: Chris Staub Date: Sun, 18 Jan 2015 22:40:35 +0000 Subject: Changed GRUB commands explanations to a format consistent with the rest of the book git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10815 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/grub.xml | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'chapter06/grub.xml') diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 545508dcb..cd730a3d5 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -49,10 +49,26 @@ --disable-efiemu \ --disable-werror - The --disable-werror option allows the build to complete with - warnings introduced by more recent flex versions. The other --disable - switches minimize what is built by disabling features and testing programs - not needed for LFS. + + The meaning of the new configure options: + + + --disable-werror + + This allows the build to complete with warnings introduced + by more recent Flex versions. + + + + + --disable-grub-emu-usb --disable-efiemu + + These options minimize what is built by disabling features and + testing programs not needed for LFS. + + + + Compile the package: -- cgit v1.2.3-54-g00ecf