Ignore:
Timestamp:
Mar 4, 2016, 6:47:07 AM (8 years ago)
Author:
Bruno Cornec
Message:

Improve mondoarchive/mindi interface

  • Rename the mindi image mindi.iso (was mondorescue.iso which was confusing)
  • If called from mondoarchive, mindi now copies as well kernel and initrd to the boot image
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-stream.c

    r3430 r3527  
    735735    set_tape_block_size_with_mt(2048);
    736736
    737     mr_asprintf(command, "dd if=%s of=%s bs=2048",MINDI_CACHE"/mondorescue.iso",bkpinfo->media_device);
     737    mr_asprintf(command, "dd if=%s of=%s bs=2048",MINDI_CACHE"/mindi.iso",bkpinfo->media_device);
    738738    res += run_program_and_log_output(command, 1);
    739739    paranoid_free(command);
Note: See TracChangeset for help on using the changeset viewer.