Changeset 3397 in MondoRescue for branches/3.2/mondo/src/mondorestore
- Timestamp:
- Aug 4, 2015, 8:57:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c
r3383 r3397 834 834 } 835 835 836 /* BCO: Read here the boot_* variables */ 837 read_cfg_var(cfg_file, "boot-type", value); 838 if (!strcmp(value, "BIOS")) { 839 bkpinfo->boot_type = BIOS; 840 } else if (!strcmp(value, "EFI")) { 841 bkpinfo->boot_type = EFI; 842 } else if (!strcmp(value, "UEFI")) { 843 bkpinfo->boot_type = UEFI; 844 } else { 845 log_msg(1, "No known boot type found"); 846 } 847 log_msg(1, "Found %s boot type",value); 848 836 849 if (bkpinfo->backup_media_type == netfs) { 837 850 if (!cfgf) {
Note:
See TracChangeset
for help on using the changeset viewer.