diff options
Diffstat (limited to 'chapter06/grub.xml')
-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 |