source: boot/common/util-linux.xml@ c4e2b39d

Last change on this file since c4e2b39d was 32ec4f08, checked in by Jim Gifford <clfs@…>, 19 years ago

r1072@server (orig r1070): chris | 2006-01-13 09:06:35 -0800
Changed several package installation instruction in Chapter 7, and removed the line about journalling filesystems from fstab (to be consistent with {B}LFS)

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[bf8c11f]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-boot-util-linux" role="wrap">
9 <?dbhtml filename="util-linux.html"?>
10
11 <title>Util-linux-&util-linux-version;</title>
12
13 <indexterm zone="ch-boot-util-linux">
14 <primary sortas="a-Util-linux">Util-linux</primary>
15 <secondary>boot</secondary>
16 </indexterm>
17
[c4b671e]18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
19 href="../../final-system/common/util-linux.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
[bf8c11f]21
22 <sect2 role="installation">
23 <title>Installation of Util-linux</title>
24
25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
26 href="../../final-system/common/util-linux.xml"
[e6423a01]27 xpointer="xpointer(//*[@os='p1'])"/>
[bf8c11f]28
29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30 href="../../final-system/common/util-linux.xml"
[e6423a01]31 xpointer="xpointer(//*[@os='p2'])"/>
[bf8c11f]32
33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
34 href="../../final-system/common/util-linux.xml"
[e6423a01]35 xpointer="xpointer(//*[@os='p3'])"/>
[bf8c11f]36
37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38 href="../../final-system/common/util-linux.xml"
[e6423a01]39 xpointer="xpointer(//*[@os='p4'])"/>
[bf8c11f]40
41 <para os="ba">Util-linux does not use the freshly installed headers and
42 libraries from the <filename class="directory">/tools</filename>
43 directory by default. This is fixed by altering the configure script:</para>
44
45<screen os="bb"><userinput>cp configure{,.orig}
46sed -e 's@/usr/include@/tools/include@g' configure.orig > configure</userinput></screen>
47
48 <para os="bc">Util-linux installs uses <option>-o root</option>, the following
49 <command>sed</command> removes that since we don't have users setup
50 yet:</para>
51
52<screen os="bd"><userinput>cp MCONFIG{,.orig}
53sed -e 's|-o root||' MCONFIG.orig > MCONFIG</userinput></screen>
54
55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
56 href="../../final-system/common/util-linux.xml"
[e6423a01]57 xpointer="xpointer(//*[@os='a'])"/>
[bf8c11f]58
[40c1b5b]59<screen os="be"><userinput>./configure</userinput></screen>
[bf8c11f]60
61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62 href="../../final-system/common/util-linux.xml"
[e6423a01]63 xpointer="xpointer(//*[@os='c'])"/>
[bf8c11f]64
[b66e30f]65<screen os="bf"><userinput>make HAVE_KILL=yes HAVE_SLN=yes \
66HAVE_SHADOW=no CPUOPT="" ARCH="" \
67CPU=""</userinput></screen>
[bf8c11f]68
[40c1b5b]69 <variablelist os="bg">
[bf8c11f]70 <title>The meaning of the make parameters:</title>
71
[f32f537]72 <varlistentry>
73 <term><parameter>HAVE_KILL=yes</parameter></term>
74 <listitem>
75 <para>This prevents the <command>kill</command> program
76 from being built.</para>
77 </listitem>
78 </varlistentry>
[bf8c11f]79
80 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
81 href="../../final-system/common/util-linux.xml"
[e6423a01]82 xpointer="xpointer(//*[@os='e2'])"/>
[bf8c11f]83
84 <varlistentry>
85 <term><parameter>HAVE_SHADOW=no</parameter></term>
86 <listitem>
[b66e30f]87 <para>This disables linking to shadow .</para>
[bf8c11f]88 </listitem>
89 </varlistentry>
90
91 <varlistentry>
92 <term><parameter>CPUOPT=""</parameter></term>
93 <listitem>
[b66e30f]94 <para>This disables any compiler optimizations by CPU type.</para>
[bf8c11f]95 </listitem>
96 </varlistentry>
97
98 <varlistentry>
99 <term><parameter>ARCH=""</parameter></term>
100 <listitem>
[b66e30f]101 <para>This disables the detection of the architecture.</para>
[bf8c11f]102 </listitem>
103 </varlistentry>
104
105 <varlistentry>
106 <term><parameter>CPU=""</parameter></term>
107 <listitem>
[b66e30f]108 <para>This disables the detection of the CPU.</para>
[bf8c11f]109 </listitem>
110 </varlistentry>
111
112 </variablelist>
113
[40c1b5b]114 <para os="bh">Install the package:</para>
[bf8c11f]115
[b66e30f]116<screen os="bi"><userinput>make HAVE_KILL=yes HAVE_SLN=yes HAVE_SHADOW=no \
117USE_TTY_GROUP=no CPUOPT="" ARCH="" \
118CPU="" DESTDIR=${LFS} install</userinput></screen>
[bf8c11f]119
120 </sect2>
121
122 <sect2 role="content">
123 <title/>
124
125 <para>Details on this package are located in <xref
126 linkend="contents-util-linux" role="."/></para>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.