source: BOOK/chroot/common/util-linux.xml@ de3d632

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since de3d632 was 238c032, checked in by Jim Gifford <clfs@…>, 19 years ago

r654@server (orig r652): manuel | 2005-11-08 11:40:12 -0800
Preparations to remove SBUs and DUs. Chapter chroot.

  • Property mode set to 100644
File size: 2.3 KB
Line 
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 <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6 %general-entities;
7 %patches-entities;
8]>
9
10<sect1 id="ch-chroot-util-linux" role="wrap">
11 <?dbhtml filename="util-linux.html"?>
12
13 <title>Util-linux-&util-linux-version;</title>
14
15 <indexterm zone="ch-chroot-util-linux">
16 <primary sortas="a-Util-linux">Util-linux</primary>
17 <secondary>chroot</secondary>
18 </indexterm>
19
20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21 href="../../final-system/common/util-linux.xml"
22 xpointer="xpointer(//*[@role='package'])"/>
23
24 <sect2 role="installation">
25 <title>Installation of Util-linux</title>
26
27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28 href="../../final-system/common/util-linux.xml"
29 xpointer="xpointer(//*[@os='b1'])"/>
30
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32 href="../../final-system/common/util-linux.xml"
33 xpointer="xpointer(//*[@os='b2'])"/>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="../../boot/common/util-linux.xml"
37 xpointer="xpointer(//*[@os='ba'])"/>
38
39<screen os="ca"><userinput>cp configure configure.orig
40sed -e 's@/usr/include@/tools/include@g' configure.orig &gt; configure</userinput></screen>
41
42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
43 href="../../final-system/common/util-linux.xml"
44 xpointer="xpointer(//*[@os='c'])"/>
45
46<screen><userinput>./configure</userinput></screen>
47
48 <para os="cb">Compile some support routines:</para>
49
50<screen os="cd"><userinput>make ARCH="" CPU="" -C lib</userinput></screen>
51
52 <para os="ce">Only a few of the utilities contained in this package need to be
53 built:</para>
54
55<screen os="cf"><userinput>make ARCH="" CPU="" -C mount mount umount
56make ARCH="" CPU="" -C text-utils more</userinput></screen>
57
58 <para os="cg">Copy these programs to the temporary tools directory:</para>
59
60<screen os="ch"><userinput>cp mount/{,u}mount text-utils/more /tools/bin</userinput></screen>
61
62 </sect2>
63
64 <sect2 role="content">
65 <title/>
66
67 <para>Details on this package are located in <xref
68 linkend="contents-util-linux" role="."/></para>
69
70 </sect2>
71
72</sect1>
Note: See TracBrowser for help on using the repository browser.