Ignore:
Timestamp:
Feb 2, 2007, 11:31:00 PM (17 years ago)
Author:
Bruno Cornec
Message:

WARNING: Not tested yet ! Will be stabilized in next hours.
this patch changes the interface between mindi and mondo.
Everything is now managed through either MONDO_CACHE/mondo-restore.cfg
and MONDO_CACHE/mindi.conf (an additional configuration file)
This removes all the one line files NFS-*, ... that where used
in an anarchic way. Now everything computed by mondo is
under mondo-restore.cfg and everything related to mindi in mindi.conf

Still needed are the removal of the 2 parameters to mindi,
but that will be done after when a clear line is drawn between
where files are put by each tool.

MONDO_TMP and MINDI_TMP should be reserved for temporary files
MONDO_CACHE and MINDI_CACHE for end results and communication
between tools.
These changes were made in order to prepare the USB support in mondo

A first step in the right direction, but still some work to do
before it's working again.
Testers please be warned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/distributions/conf/mindi.conf.dist

    r1071 r1087  
    4848
    4949#
     50# Write mindi Tape (yes|no) ?
     51#
     52mindi_write_tape="no"
     53
     54#
    5055# If set to "no", you will be prompted for whether or not
    5156# you want to use your own kernel, or the supplied default.
     
    5762# Images creation dir
    5863# WARNING: This directory is erased before usage
     64# This is also the directory mondoarchive will use to find
     65# what it needs to create it rescue media
    5966#
    60 mindi_images_dir="/var/cache/mindi"
     67mindi_cache_dir="/var/cache/mindi"
    6168
    6269#
    6370# Temporary directory
     71# Under it a temporary directory will be created to host all
     72# temporary files for mindi. That subdirectory is erased at the end of mindi
    6473#
    6574mindi_tmp_dir="/tmp"
     
    6978#
    7079mindi_fd_device="/dev/fd0"
     80
     81#
     82# USB Disk Device
     83#
     84mindi_usb_device="/dev/sda1"
     85
     86#
     87# Tape Device
     88#
     89mindi_tape_device="/dev/st0"
    7190
    7291#
Note: See TracChangeset for help on using the changeset viewer.