Ignore:
Timestamp:
Apr 18, 2008, 3:14:36 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • CopyImageToDisk in mindi removed as useless
  • some comments improved in mondo
File:
1 edited

Legend:

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

    r1913 r1928  
    23962396            }
    23972397        } else {
    2398             /* That boot imae doesn't always exist where the following method always works
    2399             log_msg(2,
    2400                     "gcffa --- looking at mounted CD for mindi-boot.2880.img");
    2401             sprintf(command,
    2402                     "mount " MNT_CDROM
    2403                     "/images/mindi-boot.2880.img -o loop %s", mountpt);
    2404             sprintf(mounted_cfgf_path, "%s/%s", mountpt, cfg_file);
    2405             if (!does_file_exist(mounted_cfgf_path)) {
    2406             */
    24072398                log_msg(2,
    24082399                        "gcffa --- Plan B, a.k.a. untarring some file from all.tar.gz");
Note: See TracChangeset for help on using the changeset viewer.