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

Improve ia64 support for SLES

(merge -r1562:1563 $SVN_M/branches/2.2.5)

File:
1 edited

Legend:

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

    r1543 r1564  
    734734    } else if (bkpinfo->boot_loader == 'E') {
    735735        strcpy(bootldr_str, "ELILO");
    736         /* BERLIOS: fix it for SuSE, Debian, Mandrake, ... */
     736        /* BERLIOS: fix it for Debian, Mandrake, ... */
    737737        if (!does_file_exist("/etc/elilo.conf")
    738738            && does_file_exist("/boot/efi/efi/redhat/elilo.conf")) {
    739739            run_program_and_log_output
    740740                ("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",
    741747                 5);
    742748        }
Note: See TracChangeset for help on using the changeset viewer.