Ignore:
Timestamp:
Oct 27, 2007, 8:31:17 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • Improve Ubuntu/Debian keyboard detection and support
  • pbinit adapted to new pb (0.8.10). Filtering of docs done in it
  • Suppress some mondo warnings and errors on USB again
File:
1 edited

Legend:

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

    r1708 r1713  
    131131    extern char *g_tmpfs_mountpt;
    132132    extern char *g_boot_mountpt;
    133     extern char *g_mondo_home;
    134133    extern char *ps_options;
    135134    extern char *ps_proc_id;
     
    474473        chdir("/");
    475474        run_program_and_log_output("umount " MNT_CDROM, FALSE);
    476         run_program_and_log_output("rm -Rf /mondo.scratch.* /tmp.mondo.*",
    477                                    FALSE);
    478475        if (g_selfmounted_isodir) {
    479476            asprintf(&command, "umount %s", g_selfmounted_isodir);
Note: See TracChangeset for help on using the changeset viewer.