Ignore:
Timestamp:
09/04/2012 05:07:19 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1f595ea
Parents:
c0b1171
Message:

Update to util-linux-2.22

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/util-linux.xml

    rc0b1171 r12d9bda6  
    5151
    5252<screen><userinput remap="pre">sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
    53     $(grep -rl '/etc/adjtime' .)
     53     $(grep -rl '/etc/adjtime' .)
     54
    5455mkdir -pv /var/lib/hwclock</userinput></screen>
    5556
     
    5960    <title>Installation of Util-linux</title>
    6061
    61 <screen><userinput remap="configure">./configure</userinput></screen>
     62<screen><userinput remap="configure">./configure --disable-su --disable-sulogin --disable-login</userinput></screen>
     63
     64    <variablelist>
     65      <title>The meaning of the configure option:</title>
     66
     67      <varlistentry>
     68        <term><parameter>--disable-*</parameter></term>
     69        <listitem>
     70          <para>These switches disable building su, sulogin, and login.  They
     71          duplicate the same programs provided by <xref
     72          linkend='ch-system-shadow'/>.  They also require <ulink
     73          url="&blfs-root;/view/svn/postlfs/linux-pam.html">Linux-PAM</ulink>
     74          which is not available in LFS.</para>
     75        </listitem>
     76      </varlistentry>
     77    </variablelist>
    6278
    6379    <para>Compile the package:</para>
     
    93109        swapon, switch_root, tailf, taskset, tunelp, ul, umount, unshare,
    94110        uuidd, uuidgen, wall, whereis, wipefs, and x86_64</seg>
     111
    95112        <seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
     113       
    96114        <seg>/usr/include/blkid, /usr/include/libmount, /usr/include/uuid,
    97115        /usr/share/getopt, /var/lib/hwclock</seg>
     
    10191037      </varlistentry>
    10201038
     1039      <varlistentry id="libmount">
     1040        <term><filename class="libraryfile">libmount</filename></term>
     1041        <listitem>
     1042          <para>Contains routines for block device mounting and
     1043          unmounting</para>
     1044          <indexterm zone="ch-system-util-linux libmount">
     1045            <primary sortas="c-libmount">libmount</primary>
     1046          </indexterm>
     1047        </listitem>
     1048      </varlistentry>
     1049
    10211050      <varlistentry id="libuuid">
    10221051        <term><filename class="libraryfile">libuuid</filename></term>
Note: See TracChangeset for help on using the changeset viewer.