mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Update to util-linux-2.22
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c0b11718f6
commit
12d9bda663
@ -37,6 +37,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2012-09-04</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to util-linux-2.22. Fixes
|
||||
<ulink url="&lfs-ticket-root;3145">#3145</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2012-09-02</para>
|
||||
<itemizedlist>
|
||||
|
@ -193,9 +193,9 @@
|
||||
<!--<listitem>
|
||||
<para>&udev-config;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Util-Linux &util-linux-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Vim &vim-version;</para>
|
||||
</listitem>-->
|
||||
|
@ -50,7 +50,8 @@
|
||||
following:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
|
||||
$(grep -rl '/etc/adjtime' .)
|
||||
$(grep -rl '/etc/adjtime' .)
|
||||
|
||||
mkdir -pv /var/lib/hwclock</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
@ -58,7 +59,22 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Util-linux</title>
|
||||
|
||||
<screen><userinput remap="configure">./configure</userinput></screen>
|
||||
<screen><userinput remap="configure">./configure --disable-su --disable-sulogin --disable-login</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the configure option:</title>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--disable-*</parameter></term>
|
||||
<listitem>
|
||||
<para>These switches disable building su, sulogin, and login. They
|
||||
duplicate the same programs provided by <xref
|
||||
linkend='ch-system-shadow'/>. They also require <ulink
|
||||
url="&blfs-root;/view/svn/postlfs/linux-pam.html">Linux-PAM</ulink>
|
||||
which is not available in LFS.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
@ -92,7 +108,9 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
|
||||
setarch, setsid, setterm, sfdisk, swaplabel, swapoff (link to swapon),
|
||||
swapon, switch_root, tailf, taskset, tunelp, ul, umount, unshare,
|
||||
uuidd, uuidgen, wall, whereis, wipefs, and x86_64</seg>
|
||||
|
||||
<seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
|
||||
|
||||
<seg>/usr/include/blkid, /usr/include/libmount, /usr/include/uuid,
|
||||
/usr/share/getopt, /var/lib/hwclock</seg>
|
||||
</seglistitem>
|
||||
@ -1018,6 +1036,17 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libmount">
|
||||
<term><filename class="libraryfile">libmount</filename></term>
|
||||
<listitem>
|
||||
<para>Contains routines for block device mounting and
|
||||
unmounting</para>
|
||||
<indexterm zone="ch-system-util-linux libmount">
|
||||
<primary sortas="c-libmount">libmount</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libuuid">
|
||||
<term><filename class="libraryfile">libuuid</filename></term>
|
||||
<listitem>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20120902">
|
||||
<!ENTITY releasedate "September 2, 2012">
|
||||
<!ENTITY version "SVN-20120904">
|
||||
<!ENTITY releasedate "September 4, 2012">
|
||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.3">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
10
packages.ent
10
packages.ent
@ -546,12 +546,12 @@
|
||||
<!ENTITY udev-lfs-md5 "2840cd8c5fa91617efd36123486a7ac5">
|
||||
<!ENTITY udev-lfs-home " ">
|
||||
|
||||
<!ENTITY util-linux-version "2.21.2">
|
||||
<!ENTITY util-linux-size "2,916 KB">
|
||||
<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.21/util-linux-&util-linux-version;.tar.xz">
|
||||
<!ENTITY util-linux-md5 "54ba880f1d66782c2287ee2c898520e9">
|
||||
<!ENTITY util-linux-version "2.22">
|
||||
<!ENTITY util-linux-size "3,116 KB">
|
||||
<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.22/util-linux-&util-linux-version;.tar.xz">
|
||||
<!ENTITY util-linux-md5 "ba2d8cc12a937231c80a04f7f7149303">
|
||||
<!ENTITY util-linux-home "http://userweb.kernel.org/~kzak/util-linux/">
|
||||
<!ENTITY util-linux-ch6-du "81 MB">
|
||||
<!ENTITY util-linux-ch6-du "83 MB">
|
||||
<!ENTITY util-linux-ch6-sbu "0.7 SBU">
|
||||
|
||||
<!ENTITY vim-version "7.3">
|
||||
|
Loading…
Reference in New Issue
Block a user