Changeset 063a4a0 for chapter06


Ignore:
Timestamp:
01/23/2015 08:54:26 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
a7f92a3
Parents:
cae1770
Message:

Merged trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/grub.xml

    rcae1770 r063a4a0  
    5050            --disable-werror</userinput></screen>
    5151
    52     <para>The --disable-werror option allows the build to complete with
    53     warnings introduced by more recent flex versions.  The other --disable
    54     switches minimize what is built by disabling features and testing programs
    55     not needed for LFS.</para>
     52    <variablelist>
     53      <title>The meaning of the new configure options:</title>
     54
     55      <varlistentry>
     56        <term><parameter>--disable-werror</parameter></term>
     57        <listitem>
     58          <para>This allows the build to complete with warnings introduced
     59          by more recent Flex versions.</para>
     60        </listitem>
     61      </varlistentry>
     62
     63      <varlistentry>
     64        <term><parameter>--disable-grub-emu-usb --disable-efiemu</parameter></term>
     65        <listitem>
     66          <para>These options minimize what is built by disabling features and
     67          testing programs not needed for LFS.</para>
     68        </listitem>
     69      </varlistentry>
     70
     71    </variablelist>
    5672
    5773    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.