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/mondo/src/mondorestore/mondorestore.c

    r1556 r1581  
    173173 * The message to display if we detect that the user is using a Compaq Proliant.
    174174 */
    175 #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.")
     175#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.")
    176176
    177177
     
    908908    if (!g_restoring_live_from_cd) {
    909909        popup_and_OK
    910             (_("Please insert tape/CD/boot floppy, then hit 'OK' to continue."));
     910            (_("Please insert tape/CD, then hit 'OK' to continue."));
    911911        sleep(1);
    912912    }
     
    28472847
    28482848    run_program_and_log_output("mkdir -p " MNT_CDROM, FALSE);
    2849     run_program_and_log_output("mkdir -p /mnt/floppy", FALSE);
    28502849
    28512850    malloc_string(a);
     
    31863185            mvaddstr_and_log_it(g_currentY++,
    31873186                                0,
    3188                                 _("Run complete. Please remove floppy/CD/media and reboot."));
     3187                                _("Run complete. Please remove CD/media and reboot."));
    31893188        } else {
    31903189            run_program_and_log_output("sync", FALSE);
Note: See TracChangeset for help on using the changeset viewer.