Ignore:
Timestamp:
Jan 20, 2007, 11:37:55 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • USB device support for mindi (Tested and Working)
  • Begining of USB device support for mondo (maybe not even compiling)
  • FindDistroFailsafe build process support
  • makemount list doesn't issue weird messages anymore around LVM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-string.c

    r841 r1063  
    11561156        strcpy(type_of_backup, "nfs");
    11571157        break;
     1158    case usb:
     1159        strcpy(type_of_backup, "USB");
     1160        break;
    11581161    default:
    11591162        strcpy(type_of_backup, "ISO");
Note: See TracChangeset for help on using the changeset viewer.