Ignore:
Timestamp:
Dec 23, 2014, 7:49:06 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • mindi now generates UUIDs in mountlist.txt if no LABEL nor UUID exist
  • Fix label-partitions-as-necessary to put back the original UUIDs to the partitions even if no LABEL or UUID line was used in fstab
  • Improve btrfs support
File:
1 edited

Legend:

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

    r3301 r3330  
    18371837             || strcmp(format, "xfs") == 0
    18381838             || strcmp(format, "jfs") == 0
    1839                  || strcmp(format, "btrfs") == 0) {
     1839             || strcmp(format, "btrfs") == 0) {
    18401840    mr_asprintf(partcode, "83");
    18411841} else if (strcmp(format, "minix") == 0) {
Note: See TracChangeset for help on using the changeset viewer.