source: MondoRescue/branches/2.06/documentation/mindiinstallation.sgml@ 326

Last change on this file since 326 was 323, checked in by bcornec, 18 years ago

Initial import of the documentation in SGML format.
Since the original SGML file and LyX files have not been published,
thus not preserved, I'll restart from scratch by importing the HTML
doc converted into SGML/DocBook.
Then real work begins ;-)

File size: 2.8 KB
Line 
1<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
2
3<article>
4<articleinfo>
5<!-- $MVD$:app("MicroVision WebExpress","769") -->
6<!-- $MVD$:template("","0","0") -->
7<!-- $MVD$:color("18","840084","Custom #1","0") -->
8<!-- $MVD$:color("19","e0e0e0","Custom #2","0") -->
9<!-- $MVD$:color("20","80ff","Orange","1") -->
10<!-- $MVD$:color("21","ffd6ce","Lavender","1") -->
11<title>Mindi</title>
12</articleinfo>
13
14<para></para>
15<informaltable><tgroup cols="3"><tbody>
16<row>
17<entry>
18Mondo Rescue and Mindi Linux HOWTO
19</entry>
20</row>
21<row>
22<entry>
23<ulink url="installation.html">Prev</ulink>
24</entry>
25<entry>
26Chapter 5. Installation
27</entry>
28<entry>
29<ulink url="mondoinstallation.html">Next</ulink>
30</entry>
31</row>
32</tbody></tgroup></informaltable>
33
34<sect1 id="MINDIINSTALLATIO"><title>5.1. Mindi</title>
35<sect2 id="AEN24"><title>5.1.1. TGZ</title>
36<para>If you are installing from a tarball then copy it to wherever
37you have enough space, for example /tmp and type:</para>
38<para></para>
39<informaltable><tgroup cols="1"><tbody>
40<row>
41<entry>
42
43bash# cd /tmpbash# tar -zxvf mindi-0.7x.tgzbash# cd mindi-0.7xbash# ./install.sh
44
45</entry>
46</row>
47</tbody></tgroup></informaltable>
48
49<para>This installs mindi into /usr/local/share/mindi and installs
50links to the programs into /usr/local/sbin</para>
51</sect2><sect2 id="AEN24"><title>5.1.2. RPM</title>
52<para>Or, if you are installing from an RPM then copy it to
53wherever you have enough space, for example /tmp and type:</para>
54<para></para>
55<informaltable><tgroup cols="1"><tbody>
56<row>
57<entry>
58
59bash# rpm -Uvh /tmp/mindi-0.7x-x.i386.rpm
60
61</entry>
62</row>
63</tbody></tgroup></informaltable>
64
65<para>This installs mindi into /usr/share/mindi and installs links
66to the programs into /usr/sbin. This may be /usr/local/share/mindi
67and /usr/local/sbin, depending on the package you use. Different
68Linux distributions put system files in different places. The funny
69thing is, each distribution claims it is right and the others are
70wrong. Oh, and they all agree that I mustn't have read the LFS!
71:-)</para>
72</sect2><sect2 id="AEN25"><title>5.1.3. DEB</title>
73<para>Debian users may wish to first create a .deb file and then
74use the debian package manager:</para>
75<para></para>
76<informaltable><tgroup cols="1"><tbody>
77<row>
78<entry>
79
80bash# cd /tmpbash# alien mindi*.rpmbash# dpkg -i mindi*.deb
81
82</entry>
83</row>
84</tbody></tgroup></informaltable>
85
86<para>This installs mindi into /usr/share/mindi and installs links
87to the programs into /usr/sbin</para>
88<para></para>
89<informaltable><tgroup cols="3"><tbody>
90<row>
91<entry>
92<ulink url="installation.html">Prev</ulink>
93</entry>
94<entry>
95<ulink url="index.html">Home</ulink>
96</entry>
97<entry>
98<ulink url="mondoinstallation.html">Next</ulink>
99</entry>
100</row>
101<row>
102<entry>
103Installation
104</entry>
105<entry>
106<ulink url="installation.html">Up</ulink>
107</entry>
108<entry>
109Mondo
110</entry>
111</row>
112</tbody></tgroup></informaltable>
113
114
115</sect2></sect1></article>
Note: See TracBrowser for help on using the repository browser.