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/restore-scripts/mondo/stabelilo-me

    r1563 r1567  
    2929        LogIt "elilo.conf found at /mnt/RESTORING/boot/efi/efi/SuSE/elilo.conf" 2
    3030        old_eliloconf="/mnt/RESTORING/boot/efi/efi/SuSE/elilo.conf"
     31        return 0
     32    elif [ -f "/mnt/RESTORING/boot/efi/efi/debian/elilo.conf" ] ; then
     33        LogIt "elilo.conf found at /mnt/RESTORING/boot/efi/efi/debian/elilo.conf" 2
     34        old_eliloconf="/mnt/RESTORING/boot/efi/efi/debian/elilo.conf"
     35        return 0
     36    elif [ -f "/mnt/RESTORING/boot/efi/debian/elilo.conf" ] ; then
     37        LogIt "elilo.conf found at /mnt/RESTORING/boot/efi/debian/elilo.conf" 2
     38        old_eliloconf="/mnt/RESTORING/boot/efi/debian/elilo.conf"
    3139        return 0
    3240    else
Note: See TracChangeset for help on using the changeset viewer.