Bug fix: -as mkisofs -print-size failed with -isohybrid-mbr and a single boot image

This commit is contained in:
2013-05-13 12:40:48 +00:00
parent 505173a823
commit 283cf9f451
8 changed files with 93 additions and 66 deletions

View File

@ -3095,6 +3095,10 @@ File: xorriso.info, Node: Inquiry, Next: Navigate, Prev: DialogCtl, Up: Comm
-jidgo options are set and not command -as "mkisofs" was used,
then -padding (300 kB by default) is not counted as part of the
image size.
If an El Torito boot image file is already depicted, then command
-print_size automatically executes -boot_image "any" "next". This
means that the properties of that boot image cannot be edited by
subsequent commands.
-tell_media_space
Print available space on the output medium and the free space after
@ -4877,7 +4881,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -prog_help prints help text: Frontend. (line 154)
* -prompt prompts for enter key: Scripting. (line 110)
* -publisher sets publisher id: SetWrite. (line 186)
* -pvd_info shows image id strings: Inquiry. (line 111)
* -pvd_info shows image id strings: Inquiry. (line 115)
* -pwd tells working directory in ISO: Navigate. (line 20)
* -pwdx tells working directory on disk: Navigate. (line 23)
* -quoted_not_list sets exclusions: SetInsert. (line 72)
@ -4921,7 +4925,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -stdio_sync controls stdio buffer: SetWrite. (line 318)
* -stream_recording controls defect management: SetWrite. (line 299)
* -system_id sets system id: SetWrite. (line 201)
* -tell_media_space reports free space: Inquiry. (line 100)
* -tell_media_space reports free space: Inquiry. (line 104)
* -temp_mem_limit curbs memory consumption: Scripting. (line 92)
* -toc shows list of sessions: Inquiry. (line 28)
* -toc_of shows list of sessions: Inquiry. (line 43)
@ -5057,7 +5061,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Image, set volume id, -volid: SetWrite. (line 160)
* Image, set volume set id, -volset_id: SetWrite. (line 181)
* Image, set volume timestamp, -volume_date: SetWrite. (line 208)
* Image, show id strings, -pvd_info: Inquiry. (line 111)
* Image, show id strings, -pvd_info: Inquiry. (line 115)
* Insert, enable overwriting, -overwrite: SetInsert. (line 127)
* Insert, file exclusion absolute, -not_paths: SetInsert. (line 55)
* Insert, file exclusion from file, -not_list: SetInsert. (line 67)
@ -5209,7 +5213,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Write, enable HFS+, -hfsplus: SetWrite. (line 14)
* Write, enable Joliet, -joliet: SetWrite. (line 10)
* Write, fifo size, -fs: SetWrite. (line 328)
* Write, free space, -tell_media_space: Inquiry. (line 100)
* Write, free space, -tell_media_space: Inquiry. (line 104)
* Write, log problematic disk files, -errfile_log: Scripting. (line 118)
* Write, log written sessions, -session_log: Scripting. (line 138)
* Write, padding image, -padding: SetWrite. (line 349)
@ -5255,34 +5259,34 @@ Node: Charset142827
Node: Exception145589
Node: DialogCtl151709
Node: Inquiry154307
Node: Navigate160385
Node: Verify168683
Node: Restore177715
Node: Emulation184802
Node: Scripting194926
Node: Frontend202087
Node: Examples210162
Node: ExDevices211340
Node: ExCreate211999
Node: ExDialog213284
Node: ExGrowing214549
Node: ExModifying215354
Node: ExBootable215858
Node: ExCharset216410
Node: ExPseudo217231
Node: ExCdrecord218129
Node: ExMkisofs218446
Node: ExGrowisofs219786
Node: ExException220921
Node: ExTime221375
Node: ExIncBackup221834
Node: ExRestore225814
Node: ExRecovery226747
Node: Files227317
Node: Seealso228616
Node: Bugreport229339
Node: Legal229920
Node: CommandIdx230931
Node: ConceptIdx247233
Node: Navigate160624
Node: Verify168922
Node: Restore177954
Node: Emulation185041
Node: Scripting195165
Node: Frontend202326
Node: Examples210401
Node: ExDevices211579
Node: ExCreate212238
Node: ExDialog213523
Node: ExGrowing214788
Node: ExModifying215593
Node: ExBootable216097
Node: ExCharset216649
Node: ExPseudo217470
Node: ExCdrecord218368
Node: ExMkisofs218685
Node: ExGrowisofs220025
Node: ExException221160
Node: ExTime221614
Node: ExIncBackup222073
Node: ExRestore226053
Node: ExRecovery226986
Node: Files227556
Node: Seealso228855
Node: Bugreport229578
Node: Legal230159
Node: CommandIdx231170
Node: ConceptIdx247472

End Tag Table