Changeset 63dcff4 for BOOK


Ignore:
Timestamp:
Apr 12, 2014, 2:06:48 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9a995bd
Parents:
320c461
Message:

Switches to disable login and su are not needed

Location:
BOOK
Files:
6 edited

Legend:

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

    r320c461 r63dcff4  
    3030  ./configure --prefix=/tools --exec-prefix=/tools \
    3131    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
     32    --disable-makeinstall-chown</userinput></screen>
    3333
    3434    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/common/util-linux.xml

    r320c461 r63dcff4  
    3030  ./configure --prefix=/tools --exec-prefix=/tools \
    3131    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
     32    --disable-makeinstall-chown</userinput></screen>
    3333
    3434    <variablelist os="c">
    35       <title>The meaning of the new configure options:</title>
     35      <title>The meaning of the new configure option:</title>
    3636
    3737      <varlistentry>
     
    4040          <para>This prevents Util-linux from trying to perform any
    4141          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>
    5042        </listitem>
    5143      </varlistentry>
  • BOOK/boot/multilib/util-linux.xml

    r320c461 r63dcff4  
    3030    --prefix=/tools --exec-prefix="" --build=${CLFS_HOST} \
    3131    --host=${CLFS_TARGET} --libdir=/tools/lib64 --bindir=/tools/bin \
    32     --sbindir=/tools/sbin --disable-makeinstall-chown --disable-login \
    33     --disable-su</userinput></screen>
     32    --sbindir=/tools/sbin --disable-makeinstall-chown</userinput></screen>
    3433
    3534    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/chroot/common/util-linux.xml

    r320c461 r63dcff4  
    2929<screen os="b"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --disable-makeinstall-chown --disable-su --disable-login</userinput></screen>
     31    --disable-makeinstall-chown</userinput></screen>
    3232
    3333    <variablelist os="c">
    34       <title>The meaning of the new configure options:</title>
     34      <title>The meaning of the new configure option:</title>
    3535
    3636      <varlistentry>
     
    3939          <para>This prevents Util-linux from trying to perform any
    4040          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>
    4941        </listitem>
    5042      </varlistentry>
  • BOOK/chroot/multilib/util-linux.xml

    r320c461 r63dcff4  
    2929<screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
     31    --disable-makeinstall-chown</userinput></screen>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/introduction/common/changelog.xml

    r320c461 r63dcff4  
    4343          <para>[Chris] - Updated MPC to 1.0.2.</para>
    4444        </listitem>
     45        <listitem>
     46          <para>[Chris] - Removed unneeded --disable-login and --disable-su
     47          switches from Util-linux configure in boot/chroot sections.</para>
     48        </listitem>
    4549      </itemizedlist>
    4650    </listitem>
Note: See TracChangeset for help on using the changeset viewer.