Ignore:
Timestamp:
May 29, 2008, 5:40:05 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Remove all references to /root/images
  • Fix the lack of support for options in mondorestore by copying what is done for mondoarchive and sharing the functions analyzing the cli (getopt usage)
  • Review the now common handle_incoming_parameters to have it support correctly 2 modes (archiving and restoring)
  • Update mondorestore man page to take in account the options supported now
  • Replace mondorestore options --nuke, --interactive, with -Z nuke, -Z interactive ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/mondorestore/mondo-rstr-newt.c

    r1741 r1967  
    23302330 * @param isodir_device Where to put the device (e.g. /dev/hda4) the user enters.
    23312331 * @param isodir_format Where to put the format (e.g. ext2) the user enters.
    2332  * @param isodir_path Where to put the path (e.g. /root/images/mondo) the user enters.
     2332 * @param isodir_path Where to put the path (e.g. /var/cache/mondo) the user enters.
    23332333 * @param nuke_me_please Whether we're planning on nuking or not.
    23342334 * @return TRUE if OK was pressed, FALSE otherwise.
Note: See TracChangeset for help on using the changeset viewer.