Changeset 2472 in MondoRescue
- Timestamp:
- Nov 10, 2009, 1:21:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-devices.c
r2453 r2472 2327 2327 2328 2328 if (!bkpinfo->restore_data) { 2329 sprintf(sz_size, "%d", DEFAULT_DVD_DISK_SIZE); // 4.7 salesman's GB = 4.482 real GB = 4482 MB 2329 2330 sprintf(comment, 2330 2331 "How much data (in Megabytes) will each media store?"); … … 2440 2441 finish(1); 2441 2442 } 2443 sprintf(sz_size, "%d", DEFAULT_DVD_DISK_SIZE); // 4.7 salesman's GB = 4.482 real GB = 4482 MB 2442 2444 if (!popup_and_get_string 2443 2445 ("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'syou 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.", 2445 2447 sz_size, 16)) { 2446 2448 log_to_screen("User has chosen not to backup the PC");
Note:
See TracChangeset
for help on using the changeset viewer.