Ignore:
Timestamp:
Jul 25, 2007, 6:13:51 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • Version updated to 2.2.5
  • Add support of Debian ia64 in mondo
  • Fix mindi iso build for ia64 (test was reversed)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-archive.c

    r1563 r1567  
    900900            run_program_and_log_output
    901901                ("ln -sf /boot/efi/efi/SuSE/elilo.conf /etc/elilo.conf",
     902                 5);
     903        }
     904        if (!does_file_exist("/etc/elilo.conf")
     905            && does_file_exist("/boot/efi/efi/debian/elilo.conf")) {
     906            run_program_and_log_output
     907                ("ln -sf /boot/efi/efi/debian/elilo.conf /etc/elilo.conf",
     908                 5);
     909        if (!does_file_exist("/etc/elilo.conf")
     910            && does_file_exist("/boot//efi/debian/elilo.conf")) {
     911            run_program_and_log_output
     912                ("ln -sf /boot/efi/debian/elilo.conf /etc/elilo.conf",
    902913                 5);
    903914        }
Note: See TracChangeset for help on using the changeset viewer.