Ignore:
Timestamp:
Jul 25, 2007, 11:01:26 AM (17 years ago)
Author:
Bruno Cornec
Message:

Improve ia64 support for SLES

File:
1 edited

Legend:

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

    r1552 r1563  
    889889    } else if (bkpinfo->boot_loader == 'E') {
    890890        strcpy(bootldr_str, "ELILO");
    891         /* BCO: fix it for SuSE, Debian, Mandrake, ... */
     891        /* BCO: fix it for Debian, Mandrake, ... */
    892892        if (!does_file_exist("/etc/elilo.conf")
    893893            && does_file_exist("/boot/efi/efi/redhat/elilo.conf")) {
    894894            run_program_and_log_output
    895895                ("ln -sf /boot/efi/efi/redhat/elilo.conf /etc/elilo.conf",
     896                 5);
     897        }
     898        if (!does_file_exist("/etc/elilo.conf")
     899            && does_file_exist("/boot/efi/efi/SuSE/elilo.conf")) {
     900            run_program_and_log_output
     901                ("ln -sf /boot/efi/efi/SuSE/elilo.conf /etc/elilo.conf",
    896902                 5);
    897903        }
Note: See TracChangeset for help on using the changeset viewer.