Changeset 2472 in MondoRescue


Ignore:
Timestamp:
Nov 10, 2009, 1:21:46 PM (14 years ago)
Author:
Bruno Cornec
Message:
  • Default to DVD size when in iso or netfs mode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-devices.c

    r2453 r2472  
    23272327
    23282328            if (!bkpinfo->restore_data) {
     2329                sprintf(sz_size, "%d", DEFAULT_DVD_DISK_SIZE);  // 4.7 salesman's GB = 4.482 real GB = 4482 MB
    23292330                sprintf(comment,
    23302331                    "How much data (in Megabytes) will each media store?");
     
    24402441                    finish(1);
    24412442                }
     2443                sprintf(sz_size, "%d", DEFAULT_DVD_DISK_SIZE);  // 4.7 salesman's GB = 4.482 real GB = 4482 MB
    24422444                if (!popup_and_get_string
    24432445                    ("ISO size.",
    2444                      "Please enter how big you want each ISO image to be (in megabytes). This should be less than or equal to the size of the CD-R[W]'s or DVD's you plan to backup to.",
     2446                     "Please enter how big you want each ISO image to be (in megabytes). This should be less than or equal to the size of the CD-R[W]'s (700) or DVD's (4480) you plan to backup to.",
    24452447                     sz_size, 16)) {
    24462448                    log_to_screen("User has chosen not to backup the PC");
Note: See TracChangeset for help on using the changeset viewer.