Ignore:
Timestamp:
May 29, 2008, 7:01:36 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Call skip_obdr before extracting conf files
  • Do not call cdrecord for tape detection at restore time (removes /dev/nst0)
  • if using auto mode, do not ask for device type
  • sleep 10 s after usb-storage loading to let time to system to detect tape drive
File:
1 edited

Legend:

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

    r1967 r1968  
    4747
    4848extern int partition_everything(struct mountlist_itself *mountlist);
    49 
     49extern int handle_incoming_parameters(int argc, char *argv[]);
    5050
    5151/**
     
    268268    c = which_restore_mode();
    269269    iamhere("post wrm");
    270     if (c == 'I' || c == 'N' || c == 'C') {
     270    if (c == 'I' || c == 'C') {
    271271        interactively_obtain_media_parameters_from_user(FALSE);
    272272    } else {
     
    433433        }
    434434    }
    435    
     435
    436436#ifdef __FreeBSD__
    437437    if (strstr
Note: See TracChangeset for help on using the changeset viewer.