Changeset 1824 in MondoRescue for branches/2.2.5/mondo


Ignore:
Timestamp:
Nov 29, 2007, 1:12:14 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Some VMWare support improvements (however, it seems that VMWare support won't be possible anytime soon)
  • during init at restore time, copy all static evices availble for udev, as some distro implementation are not yet supported correctly for udev. Not very elegant, but should solve our current issues
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-prep.c

    r1741 r1824  
    22112211    } else if (strcmp(format, "minix") == 0) {
    22122212        strcpy(partcode, "81");
    2213     } else if (strcmp(format, "vmfs") == 0) {
     2213    } else if (strcmp(format, "vmfs3") == 0) {
    22142214        strcpy(partcode, "fb");
     2215    } else if (strcmp(format, "vmkcore") == 0) {
     2216        strcpy(partcode, "fc");
    22152217    } else if (strcmp(format, "raid") == 0) {
    22162218        strcpy(partcode, "fd");
Note: See TracChangeset for help on using the changeset viewer.