Changeset 2030 in MondoRescue for branches/2.2.7/mondo/src/mondorestore


Ignore:
Timestamp:
Oct 3, 2008, 1:50:44 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Fix #252
  • Improve OCFS2 support (ocfs2 is a SANE_FORMAT)
Location:
branches/2.2.7/mondo/src/mondorestore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mondo/src/mondorestore/mondo-rstr-tools.c

    r2029 r2030  
    4545extern bool g_ISO_restore_mode; /* are we in Iso Mode? */
    4646extern bool g_I_have_just_nuked;
     47/*
    4748extern char *g_tmpfs_mountpt;
     49*/
    4850extern char *g_isodir_device;
    4951extern char *g_isodir_format;
     
    9799paranoid_free(g_mountlist_fname);
    98100paranoid_free(g_mondo_home);
     101/*
    99102paranoid_free(g_tmpfs_mountpt);
     103*/
    100104paranoid_free(g_isodir_device);
    101105paranoid_free(g_isodir_format);
     
    19321936    malloc_string(g_mountlist_fname);
    19331937    malloc_string(g_mondo_home);
     1938    /*
    19341939    malloc_string(g_tmpfs_mountpt);
     1940    */
    19351941    malloc_string(g_isodir_device);
    19361942    malloc_string(g_isodir_format);
  • branches/2.2.7/mondo/src/mondorestore/mondorestore.c

    r2022 r2030  
    3939 * Globals                                                                *
    4040 **************************************************************************/
     41/*
    4142extern char *g_tmpfs_mountpt;   // declared in libmondo-tools.c
     43*/
    4244extern bool g_text_mode;
    4345extern FILE *g_fprep;
     
    29492951    strcpy(g_mondo_home,
    29502952           call_program_and_get_last_line_of_output("which mondorestore"));
     2953    /*
    29512954    sprintf(g_tmpfs_mountpt, "/tmp/tmpfs");
    29522955    make_hole_for_dir(g_tmpfs_mountpt);
     2956    */
    29532957    g_current_media_number = 1; // precaution
    29542958
Note: See TracChangeset for help on using the changeset viewer.