Changeset 1575 in MondoRescue for branches/2.2.5/mindi


Ignore:
Timestamp:
Jul 26, 2007, 1:10:44 PM (17 years ago)
Author:
Bruno Cornec
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1567 r1575  
    31343134    fi
    31353135fi
    3136 if [ _"$MONDO_SHARE" = _"" ] ; then
     3136if [ _"$MONDO_SHARE" = _"" ] && [ "$ARCH" != "ia64" ]; then
    31373137    echo -en "Would you like to use LILO (instead of syslinux)\nfor your boot CD/floppies (y/[n]) ?"
    31383138    read ch
Note: See TracChangeset for help on using the changeset viewer.