Changeset 85be98d for BOOK/chroot


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/chroot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.