source:
BOOK/bootscripts/multilib/bootscripts.xml@
d9a7a02
Last change on this file since d9a7a02 was 67300de, checked in by , 16 years ago | |
---|---|
|
|
File size: 1.1 KB |
Line | |
---|---|
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-scripts-bootscripts" role="wrap"> |
9 | <?dbhtml filename="bootscripts.html"?> |
10 | |
11 | <title>CLFS-Bootscripts-&clfs-bootscripts-version;</title> |
12 | |
13 | <indexterm zone="ch-scripts-bootscripts"> |
14 | <primary sortas="a-Bootscripts">Bootscripts</primary> |
15 | </indexterm> |
16 | |
17 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" |
18 | href="../common/bootscripts.xml" |
19 | xpointer="xpointer(//*[@role='package'])"/> |
20 | |
21 | <sect2 role="installation"> |
22 | <title>Installation of CLFS-Bootscripts</title> |
23 | |
24 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" |
25 | href="../common/bootscripts.xml" |
26 | xpointer="xpointer(//*[@os='a'])"/> |
27 | |
28 | <screen><userinput>make LIBDIR=/lib64 install-bootscripts</userinput></screen> |
29 | |
30 | </sect2> |
31 | |
32 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" |
33 | href="../common/bootscripts.xml" |
34 | xpointer="xpointer(id('contents-bootscripts'))"/> |
35 | |
36 | </sect1> |
Note:
See TracBrowser
for help on using the repository browser.