Changeset 3586 in MondoRescue for branches


Ignore:
Timestamp:
Jun 2, 2016, 1:27:31 PM (8 years ago)
Author:
Bruno Cornec
Message:

Improve man page accordingly with previour rev

Location:
branches/3.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3585 r3586  
    34583458        LogScreen "        mindi --locatedeps file"
    34593459        LogScreen "        mindi --makemessage"
     3460        LogScreen "        mindi --findkernel"
    34603461        LogScreen "        mindi --makemountlist file"
    34613462        LogScreen "        mindi --makebcf bootloader"
  • branches/3.2/mondo-doc/mindi.8

    r3406 r3586  
    2626.SH SYNOPSIS
    2727.B mindi
    28 .br
     28.TP
    2929.BR "mindi \-v"| " --version"| " \-V"| " -version"
    30 .br
     30.TP
    3131.BI "mindi --findkernel"
    32 .br
     32.TP
    3333.BI "mindi --makemountlist "file
    34 .br
     34.TP
    3535.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
    3748.BI "mindi [--max-compressed-size "max "] --custom " parameters
    3849.SH DESCRIPTION
     
    6576.TP
    6677.BI "\-v"| " --version"| " \-V"| " -version"
    67 .RI Prints the version of mindi.
     78Prints the version of mindi.
    6879.TP
    6980.BI "--findkernel"
    70 .RI Finds the image of the running kernel in the file system.
     81Finds the image of the running kernel in the file system.
    7182.TP
    7283.BI "--makemountlist "file
    73 .RI "Creates a mount list and writes it to file "file ".
     84Creates a mount list and writes it to file "file".
    7485.TP
    7586.BI "--usb "device
    76 .RI Create a bootable USB device
     87Create a bootable USB device
     88.TP
     89.BI "--locatedeps "file
     90Find all dependencies of a binary file
     91.TP
     92.BI "--makemountlist "file
     93Create the mountlist of your system and write it to the file
     94.TP
     95.BI "--makemessage"
     96Create the boot message file and display it
     97.TP
     98.BI "--makebcf "bootloader
     99Create 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]
     102Create 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.
    77103.TP
    78104.BI "--max-compressed-size "max
     
    80106.TP
    81107.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"
    85111.BR "mondoarchive(8)".
    86112The following parameters are used:
    87 .br
     113.BR
    8811401) directory to use for temporary files
    89 .br
     115.BR
    9011602) directory to put disk images in
    91 .br
     117.BR
    9211803) path to kernel image
    93 .br
     119.BR
    9412004) tape device
    95 .br
     121.BR
    9612205) tape size [MB]
    97 .br
     123.BR
    9812406) total number of files in file list
    99 .br
     125.BR
    10012607) use LZO [yes|no]
    101 .br
     127.BR
    10212808) CD recovery media [yes|no]
    103 .br
     129.BR
    10413009) devices to include
    105 .br
     131.BR
    10613210) conservative LiLo settings [yes|no]
    107 .br
     133.BR
    10813411) number of last file list
    109 .br
     135.BR
    11013612) estimated total number of slices
    111 .br
     137.BR
    11213813) devices to exclude
    113 .br
     139.BR
    11414014) compare mode [yes|no]
    115 .br
     141.BR
    11614215) use lilo [yes|no]
    117 .br
     143.BR
    11814416) use star (rather than tar) [yes|no]
    119 .br
     145.BR
    12014617) internal tape block size [bytes]
    121 .br
     147.BR
    12214818) number of differential backup
    123 .br
     149.BR
    12415019) make non-bootable [yes|no]
    125 .br
     151.BR
    12615220) use gzip [yes|no]
    127 .br
     153.BR
    128154(Blank parameters must be specified as "" on the command line.)
    129155.SH DIAGNOSTICS
     
    167193Bruno Cornec (lead-development)
    168194.I "bruno_at_mondorescue.org"
    169 .br
     195.BR
    170196Andree Leidenfrost (co-developer)
    171197.I "aleidenf_at_bigpond.net.au"
    172 .br
     198.BR
    173199.SH ORIGINAL AUTHORS
    174200Hugo Rabson (original author)
    175201.I "hugo.rabson_at_mondorescue.org"
    176 .br
     202.BR
    177203Jesse Keating (packaging)
    178204.I "hosting_at_j2solutions.net"
    179 .br
     205.BR
    180206Stan Benoit (testing)
    181207.I "troff_at_nakedsoul.org"
    182 .br
     208.BR
    183209Mikael Hultgren (docs)
    184210.I "mikael_hultgren_at_gmx.net"
    185 .br
     211.BR
    186212.
Note: See TracChangeset for help on using the changeset viewer.