Changeset 3889 in MondoRescue for branches/3.3/mondo/src/mondorestore
- Timestamp:
- Mar 10, 2024, 8:22:38 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/mondorestore/mondo-rstr-tools.c
r3885 r3889 1134 1134 if (!strcmp(value, "BIOS")) { 1135 1135 bkpinfo->boot_type = BIOS; 1136 } else if (!strcmp(value, "EFI")) {1137 bkpinfo->boot_type = EFI;1138 1136 } else if (!strcmp(value, "UEFI")) { 1139 1137 bkpinfo->boot_type = UEFI;
Note:
See TracChangeset
for help on using the changeset viewer.
