source: BOOK/boot/multilib/e2fsprogs.xml@ 23fcc00a

clfs-3.0.0-systemd systemd
Last change on this file since 23fcc00a was d103311, checked in by Chris Staub <chris@…>, 10 years ago

Added BUILD64 to new page in temp-system/64, and removed it from temp-system and boot package pages

  • Property mode set to 100644
File size: 2.7 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-boot-e2fsprogs" role="wrap">
9 <?dbhtml filename="e2fsprogs.html"?>
10
11 <title>E2fsprogs-&e2fsprogs-version;</title>
12
13 <indexterm zone="ch-boot-e2fsprogs">
14 <primary sortas="a-E2fsprogs">E2fsprogs</primary>
15 <secondary>boot</secondary>
16 </indexterm>
17
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[93adf44a]19 href="../../final-system/common/e2fsprogs.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]21
22 <sect2 role="installation">
23 <title>Installation of E2fsprogs</title>
24
[eb55250]25 <para os="m1">Make sure the libraries get installed to
[3f8be484]26 <filename class="directory">/tools/lib64</filename>:</para>
27
[94c04f1]28<screen os="m2"><userinput>cp -v configure{,.orig}
[1b274255]29sed -e "/libdir=.*\/lib/s@/lib@/lib64@g" configure.orig &gt; configure</userinput></screen>
[3f8be484]30
[dabbced]31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]32 href="../common/e2fsprogs.xml"
33 xpointer="xpointer(//*[@os='a'])"/>
34
[dabbced]35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]36 href="../common/e2fsprogs.xml"
37 xpointer="xpointer(//*[@os='b'])"/>
38
[dabbced]39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]40 href="../common/e2fsprogs.xml"
41 xpointer="xpointer(//*[@os='c'])"/>
42
[d103311]43<screen os="aa"><userinput>../configure --prefix=/tools --enable-elf-shlibs \
[20766cc]44 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
[7bfc8ec]45 --disable-libblkid --disable-libuuid --disable-fsck \
46 --disable-uuidd</userinput></screen>
[3f8be484]47
[dabbced]48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]49 href="../common/e2fsprogs.xml"
50 xpointer="xpointer(//*[@os='e'])"/>
51
[dabbced]52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0d0fc28]53 href="../common/e2fsprogs.xml"
54 xpointer="xpointer(//*[@os='f'])"/>
55
[6c19f5e]56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
57 href="../common/e2fsprogs.xml"
58 xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]59
[dabbced]60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9680956]61 href="../common/e2fsprogs.xml"
[48e10ed]62 xpointer="xpointer(//*[@os='i'])"/>
[9680956]63
[dabbced]64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]65 href="../common/e2fsprogs.xml"
[48e10ed]66 xpointer="xpointer(//*[@os='j'])"/>
[3f8be484]67
[dabbced]68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]69 href="../common/e2fsprogs.xml"
70 xpointer="xpointer(//*[@os='k'])"/>
71
[dabbced]72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6bb43b3]73 href="../common/e2fsprogs.xml"
74 xpointer="xpointer(//*[@os='l'])"/>
75
[3f8be484]76 </sect2>
77
78 <sect2 role="content">
79 <title/>
80
81 <para>Details on this package are located in <xref
82 linkend="contents-e2fsprogs" role="."/></para>
83
84 </sect2>
85
86</sect1>
Note: See TracBrowser for help on using the repository browser.