source: BOOK/final-system/multilib/util-linux-64bit.xml @ e83bf66b

sysvinit
Last change on this file since e83bf66b was b4badbd, checked in by William Harrington <kb0iic@…>, 10 years ago

Move /usr/bin/logger to /bin/logger to satsify clfs bootscripts requirement. We used to have this in the book, but it disappeared.

  • Property mode set to 100644
File size: 2.6 KB
RevLine 
[98c59fa]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-system-util-linux" role="wrap">
9  <?dbhtml filename="util-linux-64bit.html"?>
[98c59fa]10
[9fedd70f]11  <title>Util-linux-&util-linux-version; 64 Bit</title>
[98c59fa]12
[9fedd70f]13  <indexterm zone="ch-system-util-linux">
14    <primary sortas="a-Util-linux">Util-linux</primary>
[98c59fa]15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]18  href="../common/util-linux.xml"
[98c59fa]19  xpointer="xpointer(//*[@role='package'])"/>
20
[dabbced]21  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]22  href="../common/util-linux.xml"
23  xpointer="xpointer(//*[@id='fhs-util-linux'])"/>
[98c59fa]24
25  <sect2 role="installation">
[9fedd70f]26    <title>Installation of Util-linux</title>
[98c59fa]27
[10d030c]28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
29    href="../common/util-linux.xml"
30    xpointer="xpointer(//*[@os='n'])"/>
31
[dabbced]32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]33    href="../common/util-linux.xml"
[98c59fa]34    xpointer="xpointer(//*[@os='a'])"/>
35
36<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --libdir=/lib64 \
[c873165]37    --enable-write --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen>
[98c59fa]38
[dabbced]39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]40    href="../common/util-linux.xml"
[98c59fa]41    xpointer="xpointer(//*[@os='c'])"/>
42
[dabbced]43    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]44    href="../common/util-linux.xml"
[98c59fa]45    xpointer="xpointer(//*[@os='d'])"/>
46
[dabbced]47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]48    href="../common/util-linux.xml"
[98c59fa]49    xpointer="xpointer(//*[@os='e'])"/>
50
[dabbced]51    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]52    href="../common/util-linux.xml"
[98c59fa]53    xpointer="xpointer(//*[@os='f'])"/>
54
[686839b]55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
56    href="../common/util-linux.xml"
57    xpointer="xpointer(//*[@os='f2'])"/>
58
[dabbced]59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]60    href="../common/util-linux.xml"
[98c59fa]61    xpointer="xpointer(//*[@os='g'])"/>
62
[dabbced]63    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]64    href="../common/util-linux.xml"
[98c59fa]65    xpointer="xpointer(//*[@os='h'])"/>
66
[b4badbd]67    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
68    href="../common/util-linux.xml"
69    xpointer="xpointer(//*[@os='i'])"/>
70
71    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
72    href="../common/util-linux.xml"
73    xpointer="xpointer(//*[@os='j'])"/>
74
[98c59fa]75  </sect2>
76
[dabbced]77  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9fedd70f]78  href="../common/util-linux.xml"
79  xpointer="xpointer(id('contents-util-linux'))"/>
[98c59fa]80
81</sect1>
Note: See TracBrowser for help on using the repository browser.