Changeset 1819 in MondoRescue for branches


Ignore:
Timestamp:
Nov 21, 2007, 11:07:32 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • removes bkphw dir before potential creation
  • render mount command more vebose at restore time
Location:
branches/2.2.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1815 r1819  
    28612861
    28622862    # Management of potential HW info (Proliant only at the moment)
     2863    rm -rf $CACHE_LOC/bkphw
    28632864    mindi-bkphw $CACHE_LOC $MINDI_CONF | tee -a $LOGFILE
    28642865    if [ -d $CACHE_LOC/bkphw ]; then
  • branches/2.2.5/mondo/src/common/libmondo-devices.c

    r1767 r1819  
    21942194            sprintf(tmp, "mount -t nfs -o nolock %s %s", bkpinfo->nfs_mount,
    21952195                    bkpinfo->isodir);
    2196             run_program_and_log_output(tmp, 5);
     2196            run_program_and_log_output(tmp, 3);
    21972197            malloc_string(g_selfmounted_isodir);
    21982198            strcpy(g_selfmounted_isodir, bkpinfo->isodir);
Note: See TracChangeset for help on using the changeset viewer.