diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/grub.xml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index a06e9bba6..be8daaaa6 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -42,19 +42,14 @@ <para>Prepare GRUB for compilation:</para> -<screen><userinput remap="configure">mkdir build -cd build -../configure --prefix=/usr \ +<screen><userinput remap="configure">./configure --prefix=/usr \ --sysconfdir=/etc \ - --disable-grub-emu \ --disable-grub-emu-usb \ --disable-grub-fstest \ --disable-efiemu</userinput></screen> - <para>Using a separate build directory keeps the 2400 generated - files out of the main directory and is recommended by the developers. - The --disable switches just minimize what is built by disabling - features and testing programs not really needed for LFS.</para> + <para>The --disable switches minimize what is built by disabling features + and testing programs not really needed for LFS.</para> <para>Compile the package:</para> |