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

Last change on this file since 1063 was 1063, checked in by Bruno Cornec, 17 years ago
  • USB device support for mindi (Tested and Working)
  • Begining of USB device support for mondo (maybe not even compiling)
  • FindDistroFailsafe build process support
  • makemount list doesn't issue weird messages anymore around LVM
File size: 5.3 KB
RevLine 
[151]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.\"
[402]23.TH MINDI 8 "DDD" "Mondo Rescue VVV-rRRR"
[151]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
[1063]35.BI "mindi --usb "device
36.br
[1060]37.BI "mindi --printvar "variable
[151]38.SH DESCRIPTION
39.PP
40.B mindi
41creates a set of boot/root floppy disk images and/or a bootable ISO image using
42files from the system it runs on.
43.B mindi
44will try hard to reproduce the environment of its host system including loaded
45modules to ensure that the system can be booted properly from the created
46rescue media.
47.B mindi
48is used by
49.B monodarchive(8)
50to produce the required boot/root floppy or CD images but can also be used
51stand-alone.
52
53For stand-alone usage,
54.B mindi
55is called without any parameters or switches. It will then interactively ask
56the user for all information required to create a set of boot/root media.
57.LP
58The probably more frequent way of calling
59.B mindi
60is non-interactively from
61.B mondoarchive(8)
62using the
63.B --custom
64switch. All required information is then provided via command line parameters.
65The sequence of these parameters is listed below.
66.SH OPTIONS
67.TP
[1060]68.BI "-v"| " --version"| " -V"| " -version"
69.RI Prints the version of mindi.
[151]70.TP
[1060]71.BI "--findkernel"
72.RI Finds the image of the running kernel in the file system.
[151]73.TP
74.BI "--makemountlist "file
75.RI "Creates a mount list and writes it to file "file ".
76.TP
[1063]77.BI "--usb "device
78.RI Create a bootable USB device
79.TP
[1060]80.BI "--printvar "variable
81.RI "prints the value of the variable (useful for mondo-archive and debug)"
[151]82.TP
83.BI "--custom " parameters
[1060]84.RI "Provide all required parameters to"
[151]85.B mindi
[1060]86.RI "for non-interactive calling. This usually means a call from"
[151]87.BR "mondoarchive(8)".
88The following parameters are used:
89.br
9001) directory to use for temporary files
91.br
9202) directory to put disk images in
93.br
9403) path to kernel image
95.br
9604) tape device
97.br
9805) tape size [MB]
99.br
10006) total number of files in file list
101.br
10207) use LZO [yes|no]
103.br
10408) CD recovery media [yes|no]
105.br
10609) devices to include
107.br
10810) conservative LiLo settings [yes|no]
109.br
11011) number of last file list
111.br
11212) estimated total number of slices
113.br
11413) devices to exclude
115.br
11614) compare mode [yes|no]
117.br
11815) use lilo [yes|no]
119.br
12016) use star (rather than tar) [yes|no]
121.br
12217) internal tape block size [bytes]
123.br
12418) number of diffenrential backup
125.br
12619) make non-bootable [yes|no]
127.br
[1060]12820) use gzip [yes|no]
129.br
[151]130(Blank parameters must be specified as "" on the command line.)
131.SH DIAGNOSTICS
132.B mindi
133writes some output to the console and extensive information to log file
134.IR /var/log/mindi.log ".
135When seeking technical support for
136.BR "mindi",
137please attach this file to your email.
138.SH FILES
139.TP
140.I /var/log/mindi.log
141Log file of mindi run. Contains important information to analyze mindi problem
142reports.
143.TP
[1060]144.I /etc/mindi/deplist.d
145Files containing the list of files to be included on boot/root disks.
146.TP
[151]147.I /etc/mindi/deplist.txt
[1060]148List of additional files to be included on boot/root disks.
[151]149.TP
[978]150.I /var/cache/mindi/N.tar.gz
[151]151Number N of multiple tar balls together containing root file system for rescue
152media.
153.TP
[978]154.I /var/cache/mindi/all.tar.gz
[151]155Single tar ball of root file system for rescue media.
156.TP
[978]157.I /var/cache/mindi/initrd.img
[151]158initrd image for bootable ISO image.
159.TP
[978]160.I /var/cache/mindi/mindi-boot.F.img
[151]161.B mindi
162boot floppy of size F [KB].
163.TP
[978]164.I /var/cache/mindi/mindi-root.F.img
[151]165.B mindi
166root floppy of size F [KB].
167.TP
[978]168.I /var/cache/mindi/mindi-data.N.img
[151]169.B mindi
170data floppy number N for boot/root floppies.
171.TP
[978]172.I /var/cache/mindi/mindi.iso
[151]173.B mindi
174bootable ISO image.
[978]175.SH CONFIGURATION FILE
176You may create a mindi configuration file under
177.B /etc/mindi
178called
179.B mindi.conf
[1060]180which overwrites default values described in
181.B mindi.conf.dist
182in the same directory.
[978]183.br
[151]184.SH "SEE ALSO"
185mondoarchive(8), mondorestore(8).
186.TP
187See mailing list at http://www.mondorescue.org for technical support.
188.SH AUTHORS
[399]189Bruno Cornec (lead-development)
[763]190.I "bcornec_at_mondorescue.org"
[151]191.br
[399]192Andree Leidenfrost (co-developper)
193.I "aleidenf_at_bigpond.net.au"
194.br
195.SH ORIGINAL AUTHORS
196Hugo Rabson (original author)
197.I "hugo.rabson_at_mondorescue.org"
198.br
[151]199Jesse Keating (packaging)
[399]200.I "hosting_at_j2solutions.net"
[151]201.br
202Stan Benoit (testing)
[399]203.I "troff_at_nakedsoul.org"
[151]204.br
205Mikael Hultgren (docs)
[399]206.I "mikael_hultgren_at_gmx.net"
[151]207.br
208.
Note: See TracBrowser for help on using the repository browser.