Changeset 3330 in MondoRescue for branches/3.2/mondo/src/mondorestore
- Timestamp:
- Dec 23, 2014, 7:49:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/mondo-prep.c
r3301 r3330 1837 1837 || strcmp(format, "xfs") == 0 1838 1838 || strcmp(format, "jfs") == 0 1839 1839 || strcmp(format, "btrfs") == 0) { 1840 1840 mr_asprintf(partcode, "83"); 1841 1841 } else if (strcmp(format, "minix") == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.