Changeset 1708 in MondoRescue for branches/2.2.5/mondo/src/mondoarchive/main.c


Ignore:
Timestamp:
Oct 27, 2007, 4:42:34 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • Supress g_erase_tmpdir_and_scratchdir
  • Improve some log messages for USB support
  • Try to improve install in mindi to avoid issues with isolinux.cfg not installed vene if in the pkg :-(
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondoarchive/main.c

    r1703 r1708  
    133133extern char *g_mondo_home;
    134134extern char *g_tmpfs_mountpt;
    135 extern char *g_erase_tmpdir_and_scratchdir;
    136135extern char *g_cdrw_drive_is_here;
    137136static char *g_cdrom_drive_is_here = NULL;
     
    459458    log_to_screen
    460459        ("BusyBox's sources are available from http://www.busybox.net");
    461     sprintf(g_erase_tmpdir_and_scratchdir, "rm -Rf %s %s", bkpinfo->tmpdir,
    462             bkpinfo->scratchdir);
    463460
    464461    /* If we're meant to backup then backup */
     
    556553    log_msg(0, "Time finished: %s", mr_date());
    557554
    558     chdir("/tmp");              // just in case there's something wrong with g_erase_tmpdir_and_scratchdir
     555    chdir("/tmp");
    559556
    560557    if (!g_text_mode) {
Note: See TracChangeset for help on using the changeset viewer.