diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-18 19:53:47 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-18 19:53:47 +0000 |
commit | 8e70866c6e6a1b3c90193bbf5c59d2a3ca56aecf (patch) | |
tree | ba3a34b03221d33f8cb722b01857a4424a6b090c /chapter06 | |
parent | 1355dbe7fcf2c42414089558dd4d6b747b21ad0c (diff) |
Upgrade to Grub-1.98. Fixes #2602.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |