Changeset 1046 in MondoRescue for trunk/mondo/src/common
- Timestamp:
- Jan 9, 2007, 1:29:21 AM (18 years ago)
- Location:
- trunk/mondo/src/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/src/common/libmondo-archive.c
r1043 r1046 2752 2752 if (does_file_exist("/var/cache/mindi/mondorescue.iso")) { 2753 2753 popup_and_OK 2754 ("Boot+data floppy creation failed. \nHowever, you may burn /var/cache/mindi/mondorescue.iso to a CD\nand boot from that instead if you wish.");2754 ("Boot+data floppy creation failed. However, FYI, you may burn /var/cache/mindi/mondorescue.iso to a CD and boot from that instead if you wish."); 2755 2755 res++; 2756 2756 } -
trunk/mondo/src/common/libmondo-filelist.c
r1043 r1046 1603 1603 tmp2 = call_program_and_get_last_line_of_output("locate /pagefile.sys 2> /dev/null"); 1604 1604 mr_asprintf(&exclude_paths, " %s %s %s %s %s %s . .. \ 1605 " MNT_CDROM " " MNT_FLOPPY " /media /cdrom /media/cdrecorder\1605 " MNT_CDROM " " MNT_FLOPPY " /media \ 1606 1606 /proc /sys /tmp /var/cache/mondo /var/cache/mindi", excp, tmp, tmp1, tmp2, (tmpdir[0] == '/' && tmpdir[1] == '/') ? (tmpdir + 1) : tmpdir, (scratchdir[0] == '/' && scratchdir[1] == '/') ? (scratchdir + 1) : scratchdir); 1607 1607 mr_free(tmp); -
trunk/mondo/src/common/libmondo-tools.c
r1043 r1046 880 880 #endif 881 881 882 if ((Lres = free_space_on_given_partition("/var/cache/mondo")) == -1) /* { 883 Lres = free_space_on_given_partition("/"); 884 } 885 */ 882 Lres = free_space_on_given_partition("/var/cache"); 886 883 log_it("Free space on given partition = %ld MB", Lres); 887 884 888 885 if (Lres < 50) { 889 fatal_error("Your /var/cache /mondopartition has <50MB free. Please adjust your partition table to something saner.");886 fatal_error("Your /var/cache partition has <50MB free. Please adjust your partition table to something saner."); 890 887 } 891 888
Note:
See TracChangeset
for help on using the changeset viewer.