Changeset 2141 in MondoRescue for branches/2.2.8/mondo
- Timestamp:
- Feb 9, 2009, 7:07:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/mondo/src/mondorestore/mondo-prep.c
r2125 r2141 2082 2082 } else if (strcmp(format, "raid") == 0) { 2083 2083 strcpy(partcode, "fd"); 2084 } else if (strcmp(format, "ntfs") == 0) { 2085 strcpy(partcode, "7"); 2084 2086 } else if ((strcmp(format, "ufs") == 0) 2085 2087 || (strcmp(format, "ffs") == 0)) { /* raid autodetect */
Note:
See TracChangeset
for help on using the changeset viewer.