Ignore:
Timestamp:
Mar 2, 2008, 12:38:35 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Remove floppy support from mindi and mondo and adapt docs
  • Align more mindi with the version from stable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-restore.c

    r1881 r1885  
    141141 * The message to display if we detect that the user is using a Compaq Proliant.
    142142 */
    143 #define COMPAQ_PROLIANTS_SUCK "Partition and format your disk using Compaq's disaster recovery CD. After you've done that, please reboot with your Mondo CD/floppy in Interactive Mode."
     143#define COMPAQ_PROLIANTS_SUCK "Partition and format your disk using Compaq's disaster recovery CD. After you've done that, please reboot with your Mondo media in Interactive Mode."
    144144
    145145
     
    928928    if (!g_restoring_live_from_cd) {
    929929        popup_and_OK
    930             ("Please insert tape/CD/USB Key/boot floppy, then hit 'OK' to continue.");
     930            ("Please insert tape/CD/USB Key, then hit 'OK' to continue.");
    931931        sleep(1);
    932932    }
     
    29372937
    29382938    run_program_and_log_output("mkdir -p " MNT_CDROM, FALSE);
    2939     run_program_and_log_output("mkdir -p /mnt/floppy", FALSE);
    29402939
    29412940    malloc_string(tmp);
     
    32743273            mvaddstr_and_log_it(g_currentY++,
    32753274                                0,
    3276                                 "Run complete. Please remove floppy/CD/media and reboot.");
     3275                                "Run complete. Please remove media and reboot.");
    32773276        } else {
    32783277            run_program_and_log_output("sync", FALSE);
Note: See TracChangeset for help on using the changeset viewer.