source: MondoRescue/branches/stable/mondo-doc/mindi.8@ 2493

Last change on this file since 2493 was 1903, checked in by Bruno Cornec, 16 years ago

merge -r 1842:1889 2.2.5

File size: 5.2 KB
Line 
1.\" Copyright (c) 2005 Andree Leidenfrost
2.\"
3.\" This is free documentation; you can redistribute it and/or
4.\" modify it under the terms of the GNU General Public License as
5.\" published by the Free Software Foundation; either version 2 of
6.\" the License, or (at your option) any later version.
7.\"
8.\" The GNU General Public License's references to "object code"
9.\" and "executables" are to be interpreted as the output of any
10.\" document formatting or typesetting system, including
11.\" intermediate and printed output.
12.\"
13.\" This manual is distributed in the hope that it will be useful,
14.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16.\" GNU General Public License for more details.
17.\"
18.\" You should have received a copy of the GNU General Public
19.\" License along with this manual; if not, write to the Free
20.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
21.\" USA.
22.\"
23.TH MINDI 8 "PBDATE" "Mondo Rescue PBVER-rPBREV"
24.SH NAME
25mindi \- a tool for creating boot/root disks
26.SH SYNOPSIS
27.B mindi
28.br
29.BR "mindi -v"| " --version"| " -V"| " -version"
30.br
31.BI "mindi --findkernel"
32.br
33.BI "mindi --makemountlist "file
34.br
35.BI "mindi --usb "device
36.br
37.BI "mindi --printvar "variable
38.SH DESCRIPTION
39.PP
40.B mindi
41creates a bootable ISO/USB image using files from the system it runs on.
42.B mindi
43will try hard to reproduce the environment of its host system including loaded
44modules to ensure that the system can be booted properly from the created
45rescue media.
46.B mindi
47is used by
48.B monodarchive(8)
49to produce the required USB/ISO images but can also be used stand-alone.
50
51For stand-alone usage,
52.B mindi
53is called without any parameters or switches. It will then interactively ask
54the user for all information required to create a set of boot/root media.
55.LP
56The probably more frequent way of calling
57.B mindi
58is non-interactively from
59.B mondoarchive(8)
60using the
61.B --custom
62switch. All required information is then provided via command line parameters.
63The sequence of these parameters is listed below.
64.SH OPTIONS
65.TP
66.BI "-v"| " --version"| " -V"| " -version"
67.RI Prints the version of mindi.
68.TP
69.BI "--findkernel"
70.RI Finds the image of the running kernel in the file system.
71.TP
72.BI "--makemountlist "file
73.RI "Creates a mount list and writes it to file "file ".
74.TP
75.BI "--usb "device
76.RI Create a bootable USB device
77.TP
78.BI "--printvar "variable
79.RI "prints the value of the variable (useful for mondo-archive and debug)"
80.TP
81.BI "--custom " parameters
82.RI "Provide all required parameters to"
83.B mindi
84.RI "for non-interactive calling. This usually means a call from"
85.BR "mondoarchive(8)".
86The following parameters are used:
87.br
8801) directory to use for temporary files
89.br
9002) directory to put disk images in
91.br
9203) path to kernel image
93.br
9404) tape device
95.br
9605) tape size [MB]
97.br
9806) total number of files in file list
99.br
10007) use LZO [yes|no]
101.br
10208) CD recovery media [yes|no]
103.br
10409) devices to include
105.br
10610) conservative LiLo settings [yes|no]
107.br
10811) number of last file list
109.br
11012) estimated total number of slices
111.br
11213) devices to exclude
113.br
11414) compare mode [yes|no]
115.br
11615) use lilo [yes|no]
117.br
11816) use star (rather than tar) [yes|no]
119.br
12017) internal tape block size [bytes]
121.br
12218) number of diffenrential backup
123.br
12419) make non-bootable [yes|no]
125.br
12620) use gzip [yes|no]
127.br
128(Blank parameters must be specified as "" on the command line.)
129.SH DIAGNOSTICS
130.B mindi
131writes some output to the console and extensive information to log file
132.IR /var/log/mindi.log ".
133When seeking technical support for
134.BR "mindi",
135please attach this file to your email.
136.SH FILES
137.TP
138.I /var/log/mindi.log
139Log file of mindi run. Contains important information to analyze mindi problem
140reports.
141.TP
142.I /etc/mindi/deplist.d
143Files containing the list of files to be included on boot/root disks.
144.TP
145.I /etc/mindi/deplist.txt
146List of additional files to be included on boot/root disks.
147.TP
148.I /var/cache/mindi/N.tar.gz
149Number N of multiple tar balls together containing root file system for rescue
150media.
151.TP
152.I /var/cache/mindi/all.tar.gz
153Single tar ball of root file system for rescue media.
154.TP
155.I /var/cache/mindi/initrd.img
156initrd image for bootable ISO image.
157.TP
158.I /var/cache/mindi/mindi-boot.F.img
159.B mindi
160boot media of size F [KB].
161.TP
162.I /var/cache/mindi/mindi-root.F.img
163.B mindi
164root media of size F [KB].
165.TP
166.I /var/cache/mindi/mindi-data.N.img
167.B mindi
168data media number N for boot/root media.
169.TP
170.I /var/cache/mindi/mindi.iso
171.B mindi
172bootable ISO image.
173.SH CONFIGURATION FILE
174You may create a mindi configuration file under
175.B /etc/mindi
176called
177.B mindi.conf
178which overwrites default values described in
179.B mindi.conf.dist
180in the same directory. (Cf comments in this file)
181.br
182.SH "SEE ALSO"
183mondoarchive(8), mondorestore(8).
184.TP
185See mailing list at http://www.mondorescue.org for technical support.
186.SH AUTHORS
187Bruno Cornec (lead-development)
188.I "bruno_at_mondorescue.org"
189.br
190Andree Leidenfrost (co-developper)
191.I "aleidenf_at_bigpond.net.au"
192.br
193.SH ORIGINAL AUTHORS
194Hugo Rabson (original author)
195.I "hugo.rabson_at_mondorescue.org"
196.br
197Jesse Keating (packaging)
198.I "hosting_at_j2solutions.net"
199.br
200Stan Benoit (testing)
201.I "troff_at_nakedsoul.org"
202.br
203Mikael Hultgren (docs)
204.I "mikael_hultgren_at_gmx.net"
205.br
206.
Note: See TracBrowser for help on using the repository browser.