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 |
|
---|
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 |
|
---|
18 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
19 | href="../../final-system/common/e2fsprogs.xml"
|
---|
20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
21 |
|
---|
22 | <sect2 role="installation">
|
---|
23 | <title>Installation of E2fsprogs</title>
|
---|
24 |
|
---|
25 | <para os="m1">Make sure the libraries get installed to
|
---|
26 | <filename class="directory">/tools/lib64</filename>:</para>
|
---|
27 |
|
---|
28 | <screen os="m2"><userinput>cp -v configure{,.orig}
|
---|
29 | sed -e "/libdir=.*\/lib/s@/lib@/lib64@g" configure.orig > configure</userinput></screen>
|
---|
30 |
|
---|
31 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
32 | href="../common/e2fsprogs.xml"
|
---|
33 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
34 |
|
---|
35 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
36 | href="../common/e2fsprogs.xml"
|
---|
37 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
38 |
|
---|
39 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
40 | href="../common/e2fsprogs.xml"
|
---|
41 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
42 |
|
---|
43 | <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
|
---|
44 | ../configure --prefix=/tools --enable-elf-shlibs \
|
---|
45 | --build=${CLFS_HOST} --host=${CLFS_TARGET} \
|
---|
46 | --disable-libblkid --disable-libuuid --disable-fsck \
|
---|
47 | --disable-uuidd</userinput></screen>
|
---|
48 |
|
---|
49 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
50 | href="../common/e2fsprogs.xml"
|
---|
51 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
52 |
|
---|
53 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
54 | href="../common/e2fsprogs.xml"
|
---|
55 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
56 |
|
---|
57 | <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
|
---|
58 | LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" \
|
---|
59 | LDFLAGS="-Wl,-rpath,/tools/lib64"</userinput></screen>
|
---|
60 |
|
---|
61 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
62 | href="../common/e2fsprogs.xml"
|
---|
63 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
64 |
|
---|
65 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
66 | href="../common/e2fsprogs.xml"
|
---|
67 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
68 |
|
---|
69 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
70 | href="../common/e2fsprogs.xml"
|
---|
71 | xpointer="xpointer(//*[@os='k'])"/>
|
---|
72 |
|
---|
73 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
74 | href="../common/e2fsprogs.xml"
|
---|
75 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
76 |
|
---|
77 | </sect2>
|
---|
78 |
|
---|
79 | <sect2 role="content">
|
---|
80 | <title/>
|
---|
81 |
|
---|
82 | <para>Details on this package are located in <xref
|
---|
83 | linkend="contents-e2fsprogs" role="."/></para>
|
---|
84 |
|
---|
85 | </sect2>
|
---|
86 |
|
---|
87 | </sect1>
|
---|