Changeset 1407 in MondoRescue


Ignore:
Timestamp:
May 7, 2007, 12:51:04 PM (17 years ago)
Author:
Bruno Cornec
Message:

Revert the modification on mondo-rstr-tools.c (that branch is fixed, only packging evolutions are allowed)

File:
1 edited

Legend:

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

    r1405 r1407  
    24992499            }
    25002500        } else {
    2501             /* That boot imae doesn't always exist where the following method always works
    25022501            log_msg(2,
    25032502                    "gcffa --- looking at mounted CD for mindi-boot.2880.img");
     
    25072506            sprintf(mounted_cfgf_path, "%s/%s", mountpt, cfg_file);
    25082507            if (!does_file_exist(mounted_cfgf_path)) {
    2509             */
    25102508                log_msg(2,
    2511                         "gcffa --- Plan B, a.k.a. untarring some file from all.tar.gz");
     2509                        "gcffa --- Plan C, a.k.a. untarring some file from all.tar.gz");
    25122510                sprintf(command, "tar -zxvf " MNT_CDROM "/images/all.tar.gz %s %s %s %s %s", MOUNTLIST_FNAME_STUB, MONDO_CFG_FILE_STUB, BIGGIELIST_TXT_STUB, FILELIST_FULL_STUB, "tmp/i-want-my-lvm");  // add -b TAPE_BLOCK_SIZE if you _really_ think it's necessary
    25132511                run_program_and_log_output(command, TRUE);
     
    25162514                        ("Please reinsert the disk/CD and try again.");
    25172515                }
    2518                     /*
    25192516            }
    2520                 */
    25212517        }
    25222518    }
Note: See TracChangeset for help on using the changeset viewer.