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/common/libmondo-tools.c

    r1666 r1708  
    191191
    192192extern int g_tape_buffer_size_MB;
    193 extern char *g_erase_tmpdir_and_scratchdir;
    194193extern char *g_serial_string;
    195194extern bool g_text_mode;
     
    16221621        malloc_string(g_mondo_home);
    16231622        malloc_string(g_tmpfs_mountpt);
    1624         malloc_string(g_erase_tmpdir_and_scratchdir);
    16251623        malloc_string(g_serial_string);
    16261624        malloc_string(g_magicdev_command);
     
    16291627        paranoid_free(g_mondo_home);
    16301628        paranoid_free(g_tmpfs_mountpt);
    1631         paranoid_free(g_erase_tmpdir_and_scratchdir);
    16321629        paranoid_free(g_serial_string);
    16331630        paranoid_free(g_magicdev_command);
     
    16391636       &g_mondo_home,
    16401637       &g_tmpfs_mountpt,
    1641        &g_erase_tmpdir_and_scratchdir,
    16421638       &g_serial_string,
    16431639       &g_magicdev_command,
Note: See TracChangeset for help on using the changeset viewer.