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 3a40796647
commit 7c5052454c
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;