Changeset 1578 in MondoRescue


Ignore:
Timestamp:
Jul 26, 2007, 5:08:47 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a bug in interactive mode on ia64 where lilo wasn't forced.

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

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r1573 r1578  
    31993199    if [ "$USE_LILO" = "yes" ] ; then
    32003200        PrepareBootDiskImage_LILO $MINDI_CACHE $kernelpath $ramdisk_size || Die "Failed to create $BOOT_SIZE MB disk image."
    3201         fi
    32023201    else
    32033202        PrepareBootDiskImage_SYSLINUX $MINDI_CACHE $kernelpath $ramdisk_size || Die "Failed to create $BOOT_SIZE MB disk image."
  • branches/stable/mondo/src/common/libmondo-devices.c

    r1574 r1578  
    19421942            finish(1);
    19431943        }
     1944// Interactive mode:
     1945#ifdef __IA64__
     1946        bkpinfo->make_cd_use_lilo = TRUE;
     1947#else
    19441948        bkpinfo->make_cd_use_lilo = FALSE;
     1949#endif
    19451950        bkpinfo->backup_data = TRUE;
    19461951        bkpinfo->verify_data =
Note: See TracChangeset for help on using the changeset viewer.