Changeset 3431 in MondoRescue
- Timestamp:
- Aug 27, 2015, 12:31:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/libmondo-devices.c
r3429 r3431 3309 3309 char *tmp = NULL; 3310 3310 char *command = NULL; 3311 #ifdef __IA64__3312 struct stat buf;3313 #endif3314 3311 mr_asprintf(command, "mr-parted2fdisk -l %s 2>/dev/null | grep 'EFI GPT'", drive); 3315 3312 mr_asprintf(tmp, "%s", call_program_and_get_last_line_of_output(command));
Note:
See TracChangeset
for help on using the changeset viewer.