New -stream_recording mode with start address, "on" is now 32s

This commit is contained in:
2009-02-28 18:13:56 +00:00
parent f0734966ff
commit 1af09c3ac8
5 changed files with 53 additions and 14 deletions

View File

@ -201,7 +201,8 @@ struct XorrisO { /* the global context of xorriso */
/* <<< not sure whether to keep this after libisofs will have
learned to pad up MBR images to full MB */
int do_stream_recording;
int do_stream_recording; /* 0=no, 1=yes, 2=for data, not for dir
>=16 means yes with number as start LBA */
int keep_boot_image;
int patch_isolinux_image;