source: BOOK/boot/64/shadow.xml@ 578cf221

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 578cf221 was e87c833, checked in by Chris Staub <chris@…>, 12 years ago

Simplified 64-bit boot shadow with xincludes

  • Property mode set to 100644
File size: 2.6 KB
RevLine 
[c140ee2]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-shadow" role="wrap">
9 <?dbhtml filename="shadow.html"?>
10
11 <title>Shadow-&shadow-version;</title>
12
13 <indexterm zone="ch-boot-shadow">
14 <primary sortas="a-Shadow">Shadow</primary>
15 <secondary>boot</secondary>
16 </indexterm>
17
18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
19 href="../../final-system/common/shadow.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
21
22 <sect2 role="installation">
23 <title>Installation of Shadow</title>
24
[e87c833]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
26 href="../common/shadow.xml"
27 xpointer="xpointer(//*[@os='b'])"/>
[c140ee2]28
[e87c833]29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
30 href="../common/shadow.xml"
31 xpointer="xpointer(//*[@os='c'])"/>
[c140ee2]32
[e87c833]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
34 href="../common/shadow.xml"
35 xpointer="xpointer(//*[@os='t1'])"/>
[c140ee2]36
[e87c833]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
38 href="../common/shadow.xml"
39 xpointer="xpointer(//*[@os='t2'])"/>
[c140ee2]40
[e87c833]41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
42 href="../common/shadow.xml"
43 xpointer="xpointer(//*[@os='d'])"/>
[c140ee2]44
45<screen os="e"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
46 --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc \
47 --cache-file=config.cache</userinput></screen>
48
[e87c833]49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
50 href="../common/shadow.xml"
51 xpointer="xpointer(//*[@os='f'])"/>
52
53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
54 href="../common/shadow.xml"
55 xpointer="xpointer(//*[@os='g'])"/>
56
57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
58 href="../common/shadow.xml"
59 xpointer="xpointer(//*[@os='h'])"/>
60
61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
62 href="../common/shadow.xml"
63 xpointer="xpointer(//*[@os='i'])"/>
64
65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
66 href="../common/shadow.xml"
67 xpointer="xpointer(//*[@os='j'])"/>
68
69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
70 href="../common/shadow.xml"
71 xpointer="xpointer(//*[@os='k'])"/>
72
73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
74 href="../common/shadow.xml"
75 xpointer="xpointer(//*[@os='l'])"/>
[c140ee2]76
77 </sect2>
78
79 <sect2 role="content">
80 <title/>
81
82 <para>Details on this package are located in <xref
83 linkend="contents-shadow" role="."/></para>
84 </sect2>
85
86</sect1>
Note: See TracBrowser for help on using the repository browser.