Changeset 1572 in MondoRescue
- Timestamp:
- Jul 26, 2007, 2:26:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-archive.c
r1571 r1572 752 752 ("ln -sf /boot/efi/efi/debian/elilo.conf /etc/elilo.conf", 753 753 5); 754 } 754 755 if (!does_file_exist("/etc/elilo.conf") 755 756 && does_file_exist("/boot//efi/debian/elilo.conf")) { … … 784 785 if (write_one_liner_data_file(tmp, bkpinfo->boot_device)) { 785 786 mr_msg(1, "Unable to write one-liner boot device"); 786 787 787 } 788 788
Note:
See TracChangeset
for help on using the changeset viewer.