Changeset 3586 in MondoRescue
- Timestamp:
- Jun 2, 2016, 1:27:31 PM (9 years ago)
- Location:
- branches/3.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3585 r3586 3458 3458 LogScreen " mindi --locatedeps file" 3459 3459 LogScreen " mindi --makemessage" 3460 LogScreen " mindi --findkernel" 3460 3461 LogScreen " mindi --makemountlist file" 3461 3462 LogScreen " mindi --makebcf bootloader" -
branches/3.2/mondo-doc/mindi.8
r3406 r3586 26 26 .SH SYNOPSIS 27 27 .B mindi 28 . br28 .TP 29 29 .BR "mindi \-v"| " --version"| " \-V"| " -version" 30 . br30 .TP 31 31 .BI "mindi --findkernel" 32 . br32 .TP 33 33 .BI "mindi --makemountlist "file 34 . br34 .TP 35 35 .BI "mindi --usb "device 36 .br 36 .TP 37 .BI "mindi --locatedeps "file 38 .TP 39 .BI "mindi --makemountlist "file 40 .TP 41 .BI "mindi --makemessage" 42 .TP 43 .BI "mindi --makebcf "bootloader 44 .TP 45 .BI "mindi --ironic "kernel " "initrd " "[BIOS|UEFI] 46 [syslinux|grub|grub2] [/path/to/bootloader] 47 .TP 37 48 .BI "mindi [--max-compressed-size "max "] --custom " parameters 38 49 .SH DESCRIPTION … … 65 76 .TP 66 77 .BI "\-v"| " --version"| " \-V"| " -version" 67 .RIPrints the version of mindi.78 Prints the version of mindi. 68 79 .TP 69 80 .BI "--findkernel" 70 .RIFinds the image of the running kernel in the file system.81 Finds the image of the running kernel in the file system. 71 82 .TP 72 83 .BI "--makemountlist "file 73 .RI "Creates a mount list and writes it to file "file".84 Creates a mount list and writes it to file "file". 74 85 .TP 75 86 .BI "--usb "device 76 .RI Create a bootable USB device 87 Create a bootable USB device 88 .TP 89 .BI "--locatedeps "file 90 Find all dependencies of a binary file 91 .TP 92 .BI "--makemountlist "file 93 Create the mountlist of your system and write it to the file 94 .TP 95 .BI "--makemessage" 96 Create the boot message file and display it 97 .TP 98 .BI "--makebcf "bootloader 99 Create the boot configuration file for this bootloader and display it 100 .TP 101 .BI "--ironic "kernel " "initrd " "[BIOS|UEFI] " "[syslinux|grub|grub2] " "[/path/to/bootloader] 102 Create a bootable ISO image using the kernel and initrd passed in parameter. If given the image will be UEFI or only BIOS boot mode compliant. You can force the boot loader to use, instead of using the one of the system, and the binary file to use as this bootloader instead of the one found on your system. 77 103 .TP 78 104 .BI "--max-compressed-size "max … … 80 106 .TP 81 107 .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"108 "Provide all required parameters to" 109 .B mindi 110 "for non-interactive calling. This usually means a call from" 85 111 .BR "mondoarchive(8)". 86 112 The following parameters are used: 87 . br113 .BR 88 114 01) directory to use for temporary files 89 . br115 .BR 90 116 02) directory to put disk images in 91 . br117 .BR 92 118 03) path to kernel image 93 . br119 .BR 94 120 04) tape device 95 . br121 .BR 96 122 05) tape size [MB] 97 . br123 .BR 98 124 06) total number of files in file list 99 . br125 .BR 100 126 07) use LZO [yes|no] 101 . br127 .BR 102 128 08) CD recovery media [yes|no] 103 . br129 .BR 104 130 09) devices to include 105 . br131 .BR 106 132 10) conservative LiLo settings [yes|no] 107 . br133 .BR 108 134 11) number of last file list 109 . br135 .BR 110 136 12) estimated total number of slices 111 . br137 .BR 112 138 13) devices to exclude 113 . br139 .BR 114 140 14) compare mode [yes|no] 115 . br141 .BR 116 142 15) use lilo [yes|no] 117 . br143 .BR 118 144 16) use star (rather than tar) [yes|no] 119 . br145 .BR 120 146 17) internal tape block size [bytes] 121 . br147 .BR 122 148 18) number of differential backup 123 . br149 .BR 124 150 19) make non-bootable [yes|no] 125 . br151 .BR 126 152 20) use gzip [yes|no] 127 . br153 .BR 128 154 (Blank parameters must be specified as "" on the command line.) 129 155 .SH DIAGNOSTICS … … 167 193 Bruno Cornec (lead-development) 168 194 .I "bruno_at_mondorescue.org" 169 . br195 .BR 170 196 Andree Leidenfrost (co-developer) 171 197 .I "aleidenf_at_bigpond.net.au" 172 . br198 .BR 173 199 .SH ORIGINAL AUTHORS 174 200 Hugo Rabson (original author) 175 201 .I "hugo.rabson_at_mondorescue.org" 176 . br202 .BR 177 203 Jesse Keating (packaging) 178 204 .I "hosting_at_j2solutions.net" 179 . br205 .BR 180 206 Stan Benoit (testing) 181 207 .I "troff_at_nakedsoul.org" 182 . br208 .BR 183 209 Mikael Hultgren (docs) 184 210 .I "mikael_hultgren_at_gmx.net" 185 . br211 .BR 186 212 .
Note:
See TracChangeset
for help on using the changeset viewer.