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/common/libmondo-archive.c

    r1564 r1570  
    745745            run_program_and_log_output
    746746                ("ln -sf /boot/efi/efi/SuSE/elilo.conf /etc/elilo.conf",
     747                 5);
     748        }
     749        if (!does_file_exist("/etc/elilo.conf")
     750            && does_file_exist("/boot/efi/efi/debian/elilo.conf")) {
     751            run_program_and_log_output
     752                ("ln -sf /boot/efi/efi/debian/elilo.conf /etc/elilo.conf",
     753                 5);
     754        if (!does_file_exist("/etc/elilo.conf")
     755            && does_file_exist("/boot//efi/debian/elilo.conf")) {
     756            run_program_and_log_output
     757                ("ln -sf /boot/efi/debian/elilo.conf /etc/elilo.conf",
    747758                 5);
    748759        }
Note: See TracChangeset for help on using the changeset viewer.