Changeset 1073 in MondoRescue


Ignore:
Timestamp:
Jan 23, 2007, 5:42:39 PM (17 years ago)
Author:
Bruno Cornec
Message:

Attempt to fix bug #128

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r1072 r1073  
    15231523    fi
    15241524    if [ ! "$MINDI_TMP" ] ; then
    1525         LogIt "NB: Mindi's bootable CD always uses isolinux."
     1525        LogIt "NB: Mindi's bootable CD always uses isolinux or elilo."
    15261526        LogIt "For a bootable CD w/LILO, please use Mondo."
    15271527    fi
     
    29102910    kernelpath=""
    29112911fi
    2912 USE_LILO=no
     2912if [ "$ARCH" = "ia64" ] ; then
     2913    USE_LILO=yes
     2914else
     2915    USE_LILO=no
     2916fi
    29132917
    29142918if [ -d "/proc/lvm" ]; then
     
    31273131    fi
    31283132fi
    3129 if [ _"$MONDO_SHARE" = _"" ] && [ $INTERACTIVE = "yes" ]; then
     3133if [ _"$MONDO_SHARE" = _"" ] && [ $INTERACTIVE = "yes" ] && [ "$ARCH" != "ia64" ] ; then
    31303134    echo -en "Would you like to use LILO (instead of syslinux)\nfor your boot CD/floppies (y/[n]) ?"
    31313135    read ch
Note: See TracChangeset for help on using the changeset viewer.