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

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 9176ba26 was 9176ba26, checked in by Chris Staub <chris@…>, 18 years ago

Cleaned up boot and chroot sections util-linux instructions for more consistency

  • Property mode set to 100644
File size: 2.8 KB
RevLine 
[3f8be484]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-chroot-util-linux" role="wrap">
9  <?dbhtml filename="util-linux.html"?>
10
11  <title>Util-linux-&util-linux-version;</title>
12
13  <indexterm zone="ch-chroot-util-linux">
14    <primary sortas="a-Util-linux">Util-linux</primary>
15    <secondary>chroot</secondary>
16  </indexterm>
17
[238c032]18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
19  href="../../final-system/common/util-linux.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]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"
[e0e40d3]27    xpointer="xpointer(//*[@os='p3'])"/>
[3f8be484]28
29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30    href="../../final-system/common/util-linux.xml"
[e0e40d3]31    xpointer="xpointer(//*[@os='p4'])"/>
[3f8be484]32
33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
34    href="../../boot/common/util-linux.xml"
35    xpointer="xpointer(//*[@os='ba'])"/>
36
[9176ba26]37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38    href="../../boot/common/util-linux.xml"
39    xpointer="xpointer(//*[@os='bb'])"/>
[3f8be484]40
41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
42    href="../../final-system/common/util-linux.xml"
[e2de6f8]43    xpointer="xpointer(//*[@os='a'])"/>
[3f8be484]44
[9176ba26]45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
46    href="../../boot/common/util-linux.xml"
47    xpointer="xpointer(//*[@os='be'])"/>
[3f8be484]48
[19a6071]49    <para os="cc">Compile some support routines:</para>
[3f8be484]50
51<screen os="cd"><userinput>make ARCH="" CPU="" -C lib</userinput></screen>
52
[4462e59]53    <variablelist os="bg">
54      <title>The meaning of the make parameters:</title>
55
56      <varlistentry>
57        <term><parameter>ARCH=""</parameter></term>
58        <listitem>
59          <para>This disables the detection of the architecture.</para>
60        </listitem>
61      </varlistentry>
62
63      <varlistentry>
64        <term><parameter>CPU=""</parameter></term>
65        <listitem>
66          <para>This disables the detection of the CPU.</para>
67        </listitem>
68      </varlistentry>
69
70    </variablelist>
71
[3f8be484]72    <para os="ce">Only a few of the utilities contained in this package need to be
73    built:</para>
74
75<screen os="cf"><userinput>make ARCH="" CPU="" -C mount mount umount
76make ARCH="" CPU="" -C text-utils more</userinput></screen>
77
78    <para os="cg">Copy these programs to the temporary tools directory:</para>
79
[94e6142]80<screen os="ch"><userinput>cp -v mount/{,u}mount text-utils/more /tools/bin</userinput></screen>
[3f8be484]81
82  </sect2>
83
84  <sect2 role="content">
85    <title/>
86
87    <para>Details on this package are located in <xref
88    linkend="contents-util-linux" role="."/></para>
89
90  </sect2>
91
92</sect1>
Note: See TracBrowser for help on using the repository browser.