[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} \
|
---|
[00fcb3ef] | 31 | --disable-makeinstall-chown --disable-su --disable-login</userinput></screen>
|
---|
[46423ee] | 32 |
|
---|
[85be98d] | 33 | <variablelist os="c">
|
---|
| 34 | <title>The meaning of the new configure options:</title>
|
---|
| 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 | <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>
|
---|
| 49 | </listitem>
|
---|
| 50 | </varlistentry>
|
---|
| 51 |
|
---|
| 52 | </variablelist>
|
---|
| 53 |
|
---|
[dabbced] | 54 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[9fedd70f] | 55 | href="../../final-system/common/util-linux.xml"
|
---|
[f86ee9b] | 56 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
[46423ee] | 57 |
|
---|
[98c59fa] | 58 | <screen os="e"><userinput>make</userinput></screen>
|
---|
[46423ee] | 59 |
|
---|
[dabbced] | 60 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[9fedd70f] | 61 | href="../../final-system/common/util-linux.xml"
|
---|
[46423ee] | 62 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 63 |
|
---|
[98c59fa] | 64 | <screen os="h"><userinput>make install</userinput></screen>
|
---|
[46423ee] | 65 |
|
---|
| 66 | </sect2>
|
---|
| 67 |
|
---|
| 68 | <sect2 role="content">
|
---|
| 69 | <title/>
|
---|
| 70 |
|
---|
| 71 | <para>Details on this package are located in <xref
|
---|
[9fedd70f] | 72 | linkend="contents-util-linux" role="."/></para>
|
---|
[46423ee] | 73 |
|
---|
| 74 | </sect2>
|
---|
| 75 |
|
---|
| 76 | </sect1>
|
---|