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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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"
Note: See TracChangeset for help on using the changeset viewer.