Ignore:
Timestamp:
Sep 28, 2011, 1:28:34 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Avoid a useless umount when changing of afio set, let insist_on_cd check and perform if needed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/mondorestore/mondorestore.c

    r2847 r2872  
    23442344        }
    23452345        /* Now we need to umount the current media to have the next mounted by insist_on_this_cd_number */
    2346         run_program_and_log_output("umount " MNT_CDROM, FALSE);
     2346        /*   run_program_and_log_output("umount " MNT_CDROM, FALSE); */
    23472347    }
    23482348    mr_free(mds);
Note: See TracChangeset for help on using the changeset viewer.