Ignore:
Timestamp:
Jul 26, 2007, 1:35:59 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Add support of Debian ia64 in mondo
  • Fix mindi iso build for ia64 (test was reversed)
  • Add support for gzip compressed kernel in mindi (ia64 SLES 10 is in that category)
  • arch => uname -m everywhere
  • parted2fdisk adapted for parted differences on SLES 10 ia64
  • reiserfs support added for parted2fdisk
  • decode_Bsuf function added for parted2fdisk
  • README.ia64 improved for SLES 10

(merge -r 1563:1567 $SVN_M/branches/2.2.5)

Also begin to remove floppy support from mindi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/restore-scripts/mondo/stabelilo-me

    r1564 r1570  
    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.