Ignore:
Timestamp:
Jun 9, 2007, 1:33:26 AM (17 years ago)
Author:
Bruno Cornec
Message:

Improve ESX+vmfs support - needs testing

File:
1 edited

Legend:

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

    r1320 r1497  
    22122212    } else if (strcmp(format, "minix") == 0) {
    22132213        strcpy(partcode, "81");
     2214    } else if (strcmp(format, "vmfs") == 0) {
     2215        strcpy(partcode, "fb");
    22142216    } else if (strcmp(format, "raid") == 0) {
    22152217        strcpy(partcode, "fd");
     
    25322534    } else if (strcmp(format, "minix") == 0) {
    25332535        strcpy(program, "mkfs.minix");
     2536    } else if (strcmp(format, "vmfs") == 0) {
     2537        strcpy(program, "mkfs -t vmfs");
    25342538#endif
    25352539    } else if (strcmp(format, "ext2") == 0) {
Note: See TracChangeset for help on using the changeset viewer.