Changeset 615803b for BOOK


Ignore:
Timestamp:
Aug 11, 2014, 1:16:23 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
a072c79
Parents:
606a758
Message:

Added command explanations for eudev

Location:
BOOK/boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/eudev.xml

    r606a758 r615803b  
    3232    --disable-gudev --disable-keymap --with-firmware-path=/tools/lib/firmware \
    3333    --enable-libkmod</userinput></screen>
     34
     35    <variablelist os="b1">
     36      <title>The meaning of the new configure options:</title>
     37
     38      <varlistentry>
     39        <term><parameter>--disable-introspection --disable-gtk-doc-html
     40        --disable-gudev --disable-keymap</parameter></term>
     41        <listitem>
     42          <para>These switches disable several features which are not needed
     43          for the temporary system and have additional dependencies.</para>
     44        </listitem>
     45      </varlistentry>
     46
     47      <varlistentry>
     48        <term><parameter>--with-firmware-path=/tools/lib/firmware</parameter></term>
     49        <listitem>
     50          <para>This allows Eudev to load firmware from
     51          <filename class="directory">/tools/lib/firmware</filename> instead of
     52          the default location of <filename class="directory">/lib/firmware</filename>.</para>
     53        </listitem>
     54      </varlistentry>
     55
     56      <varlistentry>
     57        <term><parameter>--enable-libkmod</parameter></term>
     58        <listitem>
     59          <para>Allows Eudev to load modules by using
     60          <filename class="libraryfile">libkmod</filename> directly.</para>
     61        </listitem>
     62      </varlistentry>
     63
     64    </variablelist>
    3465
    3566    <para os="c">Compile the package:</para>
  • BOOK/boot/multilib/eudev.xml

    r606a758 r615803b  
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3434    href="../common/eudev.xml"
     35    xpointer="xpointer(//*[@os='b1'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     38    href="../common/eudev.xml"
    3539    xpointer="xpointer(//*[@os='c'])"/>
    3640
Note: See TracChangeset for help on using the changeset viewer.