Ignore:
Timestamp:
Oct 3, 2008, 1:50:44 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Fix #252
  • Improve OCFS2 support (ocfs2 is a SANE_FORMAT)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mondo/src/common/newt-specific.c

    r1999 r2030  
    3737
    3838    extern pid_t g_mastermind_pid;
     39    /*
    3940    extern char *g_tmpfs_mountpt;
     41    */
    4042    extern char *g_boot_mountpt;
    4143    extern char *ps_options;
     
    324326        kill_anything_like_this("ntfsclone");
    325327        sync();
     328        /*
    326329        sprintf(tmp, "umount %s", g_tmpfs_mountpt);
    327         chdir("/");
    328330        for (i = 0; i < 10 && run_program_and_log_output(tmp, 5); i++) {
    329331            log_msg(2, "Waiting for child processes to terminate");
     
    331333            run_program_and_log_output(tmp, 5);
    332334        }
    333 
     335        */
     336
     337        chdir("/");
    334338        if (g_selfmounted_isodir) {
    335339            sprintf(command, "umount %s", g_selfmounted_isodir);
Note: See TracChangeset for help on using the changeset viewer.