Changeset 1060 in MondoRescue for branches/stable/mondo-doc/mindi.8


Ignore:
Timestamp:
Jan 17, 2007, 6:03:13 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • mindi now uses completely the configuration file, including for modules description
  • DidMondoCallMe gone for MONDO_SHARE usage rather
  • deplist.txt is now empty and replaced by a lot of files under deplist.d
  • install and package script adapted accordingly
  • delivered in hope others will test and report :-)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo-doc/mindi.8

    r978 r1060  
    3333.BI "mindi --makemountlist "file
    3434.br
    35 .BI "mindi [--max-compressed-size "max "] --custom " parameters
     35.BI "mindi --printvar "variable
    3636.SH DESCRIPTION
    3737.PP
     
    6464.SH OPTIONS
    6565.TP
    66 .BR "-v"| " --version"| " -V"| " -version"
    67 Prints the version of mindi.
    68 .TP
    69 .B --findkernel
    70 Finds the image of the running kernel in the file system.
     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.
    7171.TP
    7272.BI "--makemountlist "file
    7373.RI "Creates a mount list and writes it to file "file ".
    7474.TP
    75 .BI "--max-compressed-size "max
    76 Maximum size for disk image in KB.
     75.BI "--printvar "variable
     76.RI "prints the value of the variable (useful for mondo-archive and debug)"
    7777.TP
    7878.BI "--custom " parameters
    79 Provide all required parameters to
    80 .B mindi
    81 for non-interactive calling. This usually means a call from
     79.RI "Provide all required parameters to"
     80.B mindi
     81.RI "for non-interactive calling. This usually means a call from"
    8282.BR "mondoarchive(8)".
    8383The following parameters are used:
     
    120120.br
    12112119) make non-bootable [yes|no]
     122.br
     12320) use gzip [yes|no]
    122124.br
    123125(Blank parameters must be specified as "" on the command line.)
     
    135137reports.
    136138.TP
     139.I /etc/mindi/deplist.d
     140Files containing the list of files to be included on boot/root disks.
     141.TP
    137142.I /etc/mindi/deplist.txt
    138 List of files to be included on boot/root disks.
     143List of additional files to be included on boot/root disks.
    139144.TP
    140145.I /var/cache/mindi/N.tar.gz
     
    168173called
    169174.B mindi.conf
    170 which overwrites default values by setting up the following variables:
    171 .TP
    172 .I TMPDIR
    173 .B (default /tmp): directory to create temporary files
    174 .br
    175 .TP
    176 .I EXTRA_SPACE
    177 .B (default 24576): increase if you run out of ramdisk space
    178 .br
    179 .TP
    180 .I IA64_BOOT_SIZE
    181 .B (default 8192): size of the ia64 boot disk
    182 .br
    183 .TP
    184 .I CACHE_LOC
    185 .B (default /var/cache/mindi): directory where boot/root files
    186 and iso are generated
    187 .br
    188 WARNING: This directory is erased before usage
     175which overwrites default values described in
     176.B mindi.conf.dist
     177in the same directory.
    189178.br
    190179.SH "SEE ALSO"
Note: See TracChangeset for help on using the changeset viewer.