source: BOOK/final-system/multilib/util-linux.xml @ e7be740

systemd
Last change on this file since e7be740 was c831ac4, checked in by William Harrington <kb0iic@…>, 7 years ago

Update Util-Linux to 2.29.2 and adjust configure commands for final system. Add a needed sed command for temp system.

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[46423ee]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
[9fedd70f]8<sect1 id="ch-system-util-linux-32" role="wrap">
9  <?dbhtml filename="util-linux.html"?>
[46423ee]10
[cb2118a]11  <title>Util-linux-&util-linux-version; 32 Bit</title>
[46423ee]12
[9fedd70f]13  <indexterm zone="ch-system-util-linux-32">
14    <primary sortas="a-Util-linux">Util-linux 32 Bit Libraries</primary>
[98c59fa]15    <secondary>32 Bit</secondary>
[46423ee]16  </indexterm>
17
[dabbced]18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]19  href="../common/util-linux.xml"
[46423ee]20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
[9fedd70f]23    <title>Installation of Util-linux</title>
[46423ee]24
[dabbced]25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]26    href="../common/util-linux.xml"
[46423ee]27    xpointer="xpointer(//*[@os='a'])"/>
28
[c831ac4]29<screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure \
30    ADJTIME_PATH=/var/lib/hwclock/adjtime \
[7cd7f99]31    --libdir=/lib \
32    --enable-write \
[c831ac4]33    --disable-chfn-chsh \
34    --disable-login \
35    --disable-nologin \
36    --disable-su \
37    --disable-setpriv \
38    --disable-runuser \
[7cd7f99]39    --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen>
[46423ee]40
[dabbced]41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]42    href="../common/util-linux.xml"
[03c64b2]43    xpointer="xpointer(//*[@os='c'])"/>
44
[dabbced]45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]46    href="../common/util-linux.xml"
[f86ee9b]47    xpointer="xpointer(//*[@os='d'])"/>
[46423ee]48
[dabbced]49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]50    href="../common/util-linux.xml"
[f86ee9b]51    xpointer="xpointer(//*[@os='e'])"/>
[46423ee]52
[dabbced]53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]54    href="../common/util-linux.xml"
[f86ee9b]55    xpointer="xpointer(//*[@os='f'])"/>
[46423ee]56
[686839b]57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
58    href="../common/util-linux.xml"
59    xpointer="xpointer(//*[@os='f2'])"/>
60
[dabbced]61    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]62    href="../common/util-linux.xml"
[46423ee]63    xpointer="xpointer(//*[@os='g'])"/>
64
[dabbced]65    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]66    href="../common/util-linux.xml"
[46423ee]67    xpointer="xpointer(//*[@os='h'])"/>
68
69  </sect2>
70
[98c59fa]71  <sect2 role="content">
72    <title/>
73
74    <para>Details on this package are located in <xref
[9fedd70f]75    linkend="contents-util-linux" role="."/></para>
[98c59fa]76
77  </sect2>
[46423ee]78
79</sect1>
Note: See TracBrowser for help on using the repository browser.