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

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 79071fa was 686839b, checked in by William Harrington <kb0iic@…>, 11 years ago

Add screen tags around userinput test commands and remap userinput for test commands as remap="test".

  • Property mode set to 100644
File size: 2.8 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
[27931b9]41<screen os="d"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
42 ../configure --prefix=/usr --with-root-prefix="" \
[d6f5e21]43 --enable-elf-shlibs --disable-libblkid \
44 --disable-libuuid --disable-fsck \
[7bfc8ec]45 --disable-uuidd</userinput></screen>
[3f8be484]46
[dabbced]47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]48 href="e2fsprogs.xml"
[3f8be484]49 xpointer="xpointer(//*[@os='e'])"/>
50
[dabbced]51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]52 href="../common/e2fsprogs.xml"
53 xpointer="xpointer(//*[@os='f'])"/>
54
[dabbced]55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]56 href="../common/e2fsprogs.xml"
57 xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]58
[dabbced]59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]60 href="../common/e2fsprogs.xml"
61 xpointer="xpointer(//*[@os='h'])"/>
62
[686839b]63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
64 href="../common/e2fsprogs.xml"
65 xpointer="xpointer(//*[@os='h2'])"/>
66
[dabbced]67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]68 href="../common/e2fsprogs.xml"
69 xpointer="xpointer(//*[@os='i'])"/>
70
[dabbced]71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]72 href="../common/e2fsprogs.xml"
[3f8be484]73 xpointer="xpointer(//*[@os='j'])"/>
74
[dabbced]75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]76 href="e2fsprogs.xml"
77 xpointer="xpointer(//*[@os='k'])"/>
78
[dabbced]79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]80 href="e2fsprogs.xml"
81 xpointer="xpointer(//*[@os='l'])"/>
82
[3f8be484]83 </sect2>
84
[dabbced]85 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]86 href="../common/e2fsprogs.xml"
87 xpointer="xpointer(id('contents-e2fsprogs'))"/>
88
89</sect1>
Note: See TracBrowser for help on using the repository browser.