source: BOOK/final-system/multilib/e2fsprogs-64bit.xml @ ad1b07d

systemd
Last change on this file since ad1b07d was ad1b07d, checked in by Chris Staub <chris@…>, 8 years ago

Removed extra spaces

  • Property mode set to 100644
File size: 2.9 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-e2fsprogs" role="wrap">
9  <?dbhtml filename="e2fsprogs-64bit.html"?>
10
11  <title>E2fsprogs-&e2fsprogs-version; 64 Bit</title>
12
13  <indexterm zone="ch-system-e2fsprogs">
14    <primary sortas="a-E2fsprogs">E2fsprogs</primary>
15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1cd688b]18  href="../common/e2fsprogs.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
22    <title>Installation of E2fsprogs</title>
23
[e0e40d3]24    <para os="m3">Change the library directory to <filename
[3f8be484]25    class="directory">lib64</filename>:</para>
26
[0498a5bd]27<screen os="m4"><userinput>sed -i '/libdir.*=.*\/lib/s@/lib@/lib64@g' configure</userinput></screen>
[3f8be484]28
[dabbced]29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]30    href="e2fsprogs.xml"
31    xpointer="xpointer(//*[@os='a'])"/>
32
[dabbced]33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]34    href="e2fsprogs.xml"
35    xpointer="xpointer(//*[@os='b'])"/>
36
[dabbced]37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]38    href="e2fsprogs.xml"
39    xpointer="xpointer(//*[@os='c'])"/>
40
[0b061af]41<screen os="d"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
[ad1b07d]42CC="gcc ${BUILD64}" \
[7cd7f99]43../configure \
44    --prefix=/usr \
45    --bindir=/bin \
46    --with-root-prefix="" \
47    --enable-elf-shlibs \
48    --disable-libblkid \
49    --disable-libuuid \
50    --disable-fsck \
51    --disable-uuidd</userinput></screen>
[3f8be484]52
[dabbced]53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]54    href="e2fsprogs.xml"
[3f8be484]55    xpointer="xpointer(//*[@os='e'])"/>
56
[dabbced]57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]58    href="../common/e2fsprogs.xml"
59    xpointer="xpointer(//*[@os='f'])"/>
60
[dabbced]61    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]62    href="../common/e2fsprogs.xml"
63    xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]64
[dabbced]65    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]66    href="../common/e2fsprogs.xml"
67    xpointer="xpointer(//*[@os='h'])"/>
68
[686839b]69    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
70    href="../common/e2fsprogs.xml"
71    xpointer="xpointer(//*[@os='h2'])"/>
72
[dabbced]73    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]74    href="../common/e2fsprogs.xml"
75    xpointer="xpointer(//*[@os='i'])"/>
76
[dabbced]77    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]78    href="../common/e2fsprogs.xml"
[3f8be484]79    xpointer="xpointer(//*[@os='j'])"/>
80
[dabbced]81    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]82    href="e2fsprogs.xml"
83    xpointer="xpointer(//*[@os='k'])"/>
84
[dabbced]85    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]86    href="e2fsprogs.xml"
87    xpointer="xpointer(//*[@os='l'])"/>
88
[3f8be484]89  </sect2>
90
[dabbced]91  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]92  href="../common/e2fsprogs.xml"
93  xpointer="xpointer(id('contents-e2fsprogs'))"/>
94
95</sect1>
Note: See TracBrowser for help on using the repository browser.