Changeset 1950 in MondoRescue for branches/2.2.6/mondo
- Timestamp:
- May 26, 2008, 6:39:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.6/mondo/src/common/libmondo-stream.c
r1949 r1950 683 683 paranoid_free(command); 684 684 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 ); 686 686 res = run_program_and_log_output(command, 1); 687 687 paranoid_free(command);
Note:
See TracChangeset
for help on using the changeset viewer.