Changeset 1564 in MondoRescue for branches/stable/mondo/src/common
- Timestamp:
- Jul 25, 2007, 11:04:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-archive.c
r1543 r1564 734 734 } else if (bkpinfo->boot_loader == 'E') { 735 735 strcpy(bootldr_str, "ELILO"); 736 /* BERLIOS: fix it for SuSE,Debian, Mandrake, ... */736 /* BERLIOS: fix it for Debian, Mandrake, ... */ 737 737 if (!does_file_exist("/etc/elilo.conf") 738 738 && does_file_exist("/boot/efi/efi/redhat/elilo.conf")) { 739 739 run_program_and_log_output 740 740 ("ln -sf /boot/efi/efi/redhat/elilo.conf /etc/elilo.conf", 741 5); 742 } 743 if (!does_file_exist("/etc/elilo.conf") 744 && does_file_exist("/boot/efi/efi/SuSE/elilo.conf")) { 745 run_program_and_log_output 746 ("ln -sf /boot/efi/efi/SuSE/elilo.conf /etc/elilo.conf", 741 747 5); 742 748 }
Note:
See TracChangeset
for help on using the changeset viewer.