[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-chroot-util-linux" role="wrap">
|
---|
| 9 | <?dbhtml filename="util-linux.html"?>
|
---|
[46423ee] | 10 |
|
---|
[9fedd70f] | 11 | <title>Util-linux-&util-linux-version;</title>
|
---|
[46423ee] | 12 |
|
---|
[9fedd70f] | 13 | <indexterm zone="ch-chroot-util-linux">
|
---|
| 14 | <primary sortas="a-Util-linux">Util-linux</primary>
|
---|
[46423ee] | 15 | <secondary>chroot</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
[dabbced] | 18 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[9fedd70f] | 19 | href="../../final-system/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="../../final-system/common/util-linux.xml"
|
---|
[46423ee] | 27 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 28 |
|
---|
[2dcee038] | 29 | <screen os="b"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
|
---|
[98c59fa] | 30 | --build=${CLFS_HOST} --host=${CLFS_TARGET} \
|
---|
[63dcff4] | 31 | --disable-makeinstall-chown</userinput></screen>
|
---|
[46423ee] | 32 |
|
---|
[85be98d] | 33 | <variablelist os="c">
|
---|
[63dcff4] | 34 | <title>The meaning of the new configure option:</title>
|
---|
[85be98d] | 35 |
|
---|
| 36 | <varlistentry>
|
---|
| 37 | <term><parameter>--disable-makeinstall-chown</parameter></term>
|
---|
| 38 | <listitem>
|
---|
| 39 | <para>This prevents Util-linux from trying to perform any
|
---|
| 40 | chown commands when it is installed.</para>
|
---|
| 41 | </listitem>
|
---|
| 42 | </varlistentry>
|
---|
| 43 |
|
---|
| 44 | </variablelist>
|
---|
| 45 |
|
---|
[dabbced] | 46 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[9fedd70f] | 47 | href="../../final-system/common/util-linux.xml"
|
---|
[f86ee9b] | 48 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
[46423ee] | 49 |
|
---|
[98c59fa] | 50 | <screen os="e"><userinput>make</userinput></screen>
|
---|
[46423ee] | 51 |
|
---|
[dabbced] | 52 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[9fedd70f] | 53 | href="../../final-system/common/util-linux.xml"
|
---|
[46423ee] | 54 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 55 |
|
---|
[98c59fa] | 56 | <screen os="h"><userinput>make install</userinput></screen>
|
---|
[46423ee] | 57 |
|
---|
| 58 | </sect2>
|
---|
| 59 |
|
---|
| 60 | <sect2 role="content">
|
---|
| 61 | <title/>
|
---|
| 62 |
|
---|
| 63 | <para>Details on this package are located in <xref
|
---|
[9fedd70f] | 64 | linkend="contents-util-linux" role="."/></para>
|
---|
[46423ee] | 65 |
|
---|
| 66 | </sect2>
|
---|
| 67 |
|
---|
| 68 | </sect1>
|
---|