diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-06-20 22:58:34 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-06-20 22:58:34 +0000 |
commit | 483838e91e2130bf788313924ab2d5bbffb4aa2b (patch) | |
tree | 23e47ed11926a3e1c9f675b42d5cf1ec9addc431 /chapter06 | |
parent | 0d0a212111956af50359b33ffe8e0b87fcbd807a (diff) |
Update to GRUB-1.99
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/grub.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index dcea697d6..16bf69797 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -43,10 +43,9 @@ <para>Prepare GRUB for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-grub-emu-usb \ - --disable-grub-fstest \ - --disable-efiemu \ + --sysconfdir=/etc \ + --disable-grub-emu-usb \ + --disable-efiemu \ --disable-werror</userinput></screen> <para>The --disable switches minimize what is built by disabling features |