Changeset 1581 in MondoRescue for branches/stable/mindi/mindi


Ignore:
Timestamp:
Jul 27, 2007, 2:11:55 AM (17 years ago)
Author:
Bruno Cornec
Message:

Continue to remove floppy support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r1578 r1581  
    8686USE_OWN_KERNEL="$mindi_use_own_kernel"
    8787MINDI_CACHE="$mindi_cache_dir"
    88 FORCE_DUAL_FLOPPIES="$mindi_dual_floppies"
    8988TMPDIR="$mindi_tmp_dir"
    90 FDDEVICE="$mindi_fd_device"
    9189USBDEVICE="$mindi_usb_device"
    9290TAPEDEV="$mindi_tape_device"
     
    31483146fi
    31493147if [ _"$MONDO_SHARE" = _"" ] && [ "$INTERACTIVE" = "yes" ] && [ "$ARCH" != "ia64" ] ; then
    3150     echo -en "Would you like to use LILO (instead of syslinux)\nfor your boot CD/floppies (y/[n]) ?"
     3148    echo -en "Would you like to use LILO (instead of syslinux)\nfor your boot image (y/[n]) ?"
    31513149    read ch
    31523150    if [ "$ch" = "y" ] || [ "$ch" = "Y" ] ; then
Note: See TracChangeset for help on using the changeset viewer.