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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.