Ignore:
Timestamp:
Oct 30, 2007, 1:18:55 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Solve problem on tmpfs in restore init (Problem of inexistant symlink and busybox)
  • Create MONDO_CACHE and use it everywhere + creation at start
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-restore.c

    r1736 r1747  
    29572957    }
    29582958    mkdir(MNT_CDROM, 0x770);
     2959    make_hole_for_dir(MONDO_CACHE);
    29592960
    29602961/* Backup original mountlist.txt */
     
    32553256    /* clean up at the end */
    32563257    if (retval) {
    3257         if (does_file_exist(MINDI_CACHE"/changed.files")) {
     3258        if (does_file_exist(MONDO_CACHE"/changed.files")) {
    32583259            log_to_screen
    3259                 ("See "MINDI_CACHE"/changed.files for list of files that have changed.");
     3260                ("See "MONDO_CACHE"/changed.files for list of files that have changed.");
    32603261        }
    32613262        mvaddstr_and_log_it(g_currentY++,
Note: See TracChangeset for help on using the changeset viewer.