Changeset 3398 in MondoRescue for branches/3.2/mondo/src
- Timestamp:
- Aug 4, 2015, 8:57:25 AM (10 years ago)
- Location:
- branches/3.2/mondo/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/libmondo-devices.c
r3395 r3398 2126 2126 if (fd != NULL) { 2127 2127 ret = UEFI; 2128 log_msg(2, "UEFI boot mode detected"); 2128 2129 closedir(fd); 2129 2130 } -
branches/3.2/mondo/src/mondorestore/mondo-prep.c
r3380 r3398 798 798 #else 799 799 #ifdef __IA64__ 800 /* For EFI partitions take fat16800 /* For EFI or UEFI partitions take fat16 801 801 * as we want to make small ones */ 802 802 mr_asprintf(program, "mkfs -t %s -F 16 %s", format, device);
Note:
See TracChangeset
for help on using the changeset viewer.