Ignore:
Timestamp:
May 26, 2008, 6:39:48 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Do not propose to use ILLO in mindi standalone
  • Remove temporary .img files at the end of mindi
  • Push the iso image on the tape the right way
File:
1 edited

Legend:

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

    r1949 r1950  
    683683    paranoid_free(command);
    684684
    685     asprintf(&command, "dd if=%s of=%s bs=2048", ntapedev, MINDI_CACHE"/mondorescue.iso" );
     685    asprintf(&command, "dd if=%s of=%s bs=2048", MINDI_CACHE"/mondorescue.iso", ntapedev );
    686686    res = run_program_and_log_output(command, 1);
    687687    paranoid_free(command);
Note: See TracChangeset for help on using the changeset viewer.