blob: 61b845b17c0b2d2dc77fbb78c7437da7919cd838 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
<bookinfo>
<title>Linux From Scratch</title>
<subtitle arch="default" revision='sysv'>Version &version;</subtitle>
<subtitle arch="default" revision='systemd'>Version &versiond;</subtitle>
<subtitle arch="ml_32,ml_x32,ml_all" revision='sysv'>Version &version;-multilib</subtitle>
<subtitle arch="ml_32,ml_x32,ml_all" revision='systemd'>Version &versiond;-multilib</subtitle>
<subtitle>Published &releasedate;</subtitle>
<authorgroup>
<author>
<firstname>Created by Gerard</firstname>
<surname>Beekmans</surname>
</author>
<author>
<firstname>Managing Editor: Bruce</firstname>
<surname>Dubbs</surname>
</author>
<author revision="systemd">
<firstname>Editor: Douglas R.</firstname>
<surname>Reno</surname>
</author>
<author revision="systemd">
<firstname>Editor: DJ</firstname>
<surname>Lucas</surname>
</author>
<author arch="ml_32,ml_x32,ml_all">
<firstname>Editor: Thomas</firstname>
<surname>Trepl</surname>
</author>
</authorgroup>
<copyright id="copyright">
<year>©rightdate;</year>
<holder>Gerard Beekmans</holder>
</copyright>
<legalnotice>
<para>Copyright © ©rightdate;, Gerard Beekmans</para>
<para>All rights reserved.</para>
<para>This book is licensed under a <xref linkend="CC"/>.</para>
<para>Computer instructions may be extracted from the book under the
<xref linkend="MIT"/>.</para>
<para><trademark class='registered'>Linux</trademark> is a registered trademark of
Linus Torvalds.</para>
</legalnotice>
</bookinfo>
|