Changeset 85be98d


Ignore:
Timestamp:
Apr 9, 2014, 2:22:28 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
05efce1
Parents:
a8fffb2
Message:

Added command explanations for boot/chroot util-linux

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/util-linux.xml

    ra8fffb2 r85be98d  
    3434    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3535    href="../common/util-linux.xml"
     36    xpointer="xpointer(//*[@os='c'])"/>
     37
     38    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     39    href="../common/util-linux.xml"
    3640    xpointer="xpointer(//*[@os='d'])"/>
    3741
  • BOOK/boot/common/util-linux.xml

    ra8fffb2 r85be98d  
    3232    --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
    3333
     34    <variablelist os="c">
     35      <title>The meaning of the new configure options:</title>
     36
     37      <varlistentry>
     38        <term><parameter>--disable-makeinstall-chown</parameter></term>
     39        <listitem>
     40          <para>This prevents Util-linux from trying to perform any
     41          chown commands when it is installed.</para>
     42        </listitem>
     43      </varlistentry>
     44
     45      <varlistentry>
     46        <term><parameter>--disable-login --disable-su</parameter></term>
     47        <listitem>
     48          <para>This tells Util-linux not to build <command>login</command>
     49          or <command>su</command>, as both require PAM.</para>
     50        </listitem>
     51      </varlistentry>
     52
     53    </variablelist>
     54
    3455    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3556    href="../../final-system/common/util-linux.xml"
  • BOOK/boot/multilib/util-linux.xml

    ra8fffb2 r85be98d  
    3535    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3636    href="../common/util-linux.xml"
     37    xpointer="xpointer(//*[@os='c'])"/>
     38
     39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     40    href="../common/util-linux.xml"
    3741    xpointer="xpointer(//*[@os='d'])"/>
    3842
  • BOOK/boot/ppc64/util-linux-32.xml

    ra8fffb2 r85be98d  
    3535    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3636    href="../common/util-linux.xml"
     37    xpointer="xpointer(//*[@os='c'])"/>
     38
     39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     40    href="../common/util-linux.xml"
    3741    xpointer="xpointer(//*[@os='d'])"/>
    3842
  • BOOK/chroot/common/util-linux.xml

    ra8fffb2 r85be98d  
    3131    --disable-makeinstall-chown --disable-su --disable-login</userinput></screen>
    3232
     33    <variablelist os="c">
     34      <title>The meaning of the new configure options:</title>
     35
     36      <varlistentry>
     37        <term><parameter>--disable-makeinstall-chown</parameter></term>
     38        <listitem>
     39          <para>This prevents Util-linux from trying to perform any
     40          chown commands when it is installed.</para>
     41        </listitem>
     42      </varlistentry>
     43
     44      <varlistentry>
     45        <term><parameter>--disable-login --disable-su</parameter></term>
     46        <listitem>
     47          <para>This tells Util-linux not to build <command>login</command>
     48          or <command>su</command>, as both require PAM.</para>
     49        </listitem>
     50      </varlistentry>
     51
     52    </variablelist>
     53
    3354    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3455    href="../../final-system/common/util-linux.xml"
  • BOOK/chroot/multilib/util-linux.xml

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