Changeset 1570 in MondoRescue for branches/stable/mondo/src/common
- Timestamp:
- Jul 26, 2007, 1:35:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-archive.c
r1564 r1570 745 745 run_program_and_log_output 746 746 ("ln -sf /boot/efi/efi/SuSE/elilo.conf /etc/elilo.conf", 747 5); 748 } 749 if (!does_file_exist("/etc/elilo.conf") 750 && does_file_exist("/boot/efi/efi/debian/elilo.conf")) { 751 run_program_and_log_output 752 ("ln -sf /boot/efi/efi/debian/elilo.conf /etc/elilo.conf", 753 5); 754 if (!does_file_exist("/etc/elilo.conf") 755 && does_file_exist("/boot//efi/debian/elilo.conf")) { 756 run_program_and_log_output 757 ("ln -sf /boot/efi/debian/elilo.conf /etc/elilo.conf", 747 758 5); 748 759 }
Note:
See TracChangeset
for help on using the changeset viewer.