New command -changes_pending

This commit is contained in:
2012-03-03 18:29:01 +00:00
parent f70299dae1
commit d5dd6c96cd
9 changed files with 160 additions and 60 deletions

View File

@ -1774,6 +1774,22 @@ File: xorriso.info, Node: Writing, Next: SetWrite, Prev: Filter, Up: Options
Discard the manipulated ISO image and reload it from -indev. (Use
-rollback_end if immediate program end is desired.)
-changes_pending "no"|"yes"|"mkisofs_printed"|"show_status"
Write runs are performed only if a change of the image has been
made since the image was loaded or created blank. Vice versa the
program will start a write run for pending changes when it ends
normally (i.e. not by abort and not by command -rollback_end).
The command -changes_pending can be used to override the
automatically determined state. This is mainly useful for setting
state "yes" despite no real changes were made. The sequence
-changes_pending "no" -end is equivalent to the command
-rollback_end. State "mkisofs_printed" is caused by emulation
command -as mkisofs if option -print-size is present.
The pseudo-state "show_status" can be used to print the current
state to result channel.
Image loading or manipulations which happen after this command
will again update automatically the change status of the image.
-commit
Perform the write operation. Afterwards, if -outdev is readable,
make it the new -dev and load the image from there. Switch to
@ -4308,11 +4324,12 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -backslash_codes enables backslash conversion: Scripting. (line 67)
* -ban_stdio_write demands real drive: Loading. (line 246)
* -biblio_file sets biblio file name: SetWrite. (line 171)
* -blank erases media: Writing. (line 45)
* -blank erases media: Writing. (line 61)
* -boot_image controls bootability: Bootable. (line 26)
* -calm_drive reduces drive activity: Loading. (line 235)
* -cd sets working directory in ISO: Navigate. (line 7)
* -cdx sets working directory on disk: Navigate. (line 16)
* -changes_pending overrides change status: Writing. (line 13)
* -charset sets input/output character set: Charset. (line 43)
* -check_md5 verifies file checksum: Verify. (line 147)
* -check_md5_r verifies file tree checksums: Verify. (line 163)
@ -4326,10 +4343,10 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -chown_r sets ownership in ISO image: Manip. (line 47)
* -clone copies ISO directory tree: Insert. (line 171)
* -close controls media closing: SetWrite. (line 266)
* -close_damaged closes damaged track and session: Writing. (line 136)
* -close_damaged closes damaged track and session: Writing. (line 152)
* -close_filter_list bans filter registration: Filter. (line 52)
* -commit writes pending ISO image: Writing. (line 13)
* -commit_eject writes and ejects: Writing. (line 40)
* -commit writes pending ISO image: Writing. (line 29)
* -commit_eject writes and ejects: Writing. (line 56)
* -compare reports ISO/disk differences: Navigate. (line 146)
* -compare_l reports ISO/disk differences: Navigate. (line 164)
* -compare_r reports ISO/disk differences: Navigate. (line 159)
@ -4357,7 +4374,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -dux show directory size on disk: Navigate. (line 97)
* -dvd_obs set write block size: SetWrite. (line 242)
* -early_stdio_test classifies stdio drives: Loading. (line 251)
* -eject ejects drive tray: Writing. (line 36)
* -eject ejects drive tray: Writing. (line 52)
* -end writes pending session and ends program: Scripting. (line 156)
* -errfile_log logs problematic disk files: Scripting. (line 118)
* -error_behavior controls error workarounds: Exception. (line 96)
@ -4372,7 +4389,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -findx traverses disk tree: Navigate. (line 106)
* -follow softlinks and mount points: SetInsert. (line 76)
* -for_backup -acl,-xattr,-hardlinks,-md5: Loading. (line 184)
* -format formats media: Writing. (line 72)
* -format formats media: Writing. (line 88)
* -fs sets size of fifo: SetWrite. (line 259)
* -getfacl shows ACL in ISO image: Navigate. (line 70)
* -getfacl_r shows ACL in ISO image: Navigate. (line 77)
@ -4393,9 +4410,9 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -list_delimiter replaces '--': Scripting. (line 60)
* -list_extras lists compile time extra features: Scripting.
(line 26)
* -list_formats lists available formats: Writing. (line 110)
* -list_profiles lists supported media: Writing. (line 150)
* -list_speeds lists available write speeds: Writing. (line 122)
* -list_formats lists available formats: Writing. (line 126)
* -list_profiles lists supported media: Writing. (line 166)
* -list_speeds lists available write speeds: Writing. (line 138)
* -load addresses a particular session as input: Loading. (line 11)
* -local_charset sets terminal character set: Charset. (line 47)
* -logfile logs output channels to file: Frontend. (line 20)
@ -4539,7 +4556,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Create, new ISO image, _definiton: Methods. (line 6)
* Cylinder alignment, _definiton: Bootable. (line 167)
* Cylinder size, _definiton: Bootable. (line 156)
* Damaged track and session, close, -close_damaged: Writing. (line 136)
* Damaged track and session, close, -close_damaged: Writing. (line 152)
* Delete, from ISO image, -rm: Manip. (line 21)
* Delete, from ISO image, -rm_r: Manip. (line 28)
* Delete, ISO directory, -rmdir: Manip. (line 32)
@ -4557,16 +4574,16 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Drive, accessability, -drive_class: Loading. (line 53)
* Drive, classify stdio, -early_stdio_test: Loading. (line 251)
* Drive, demand real MMC, -ban_stdio_write: Loading. (line 246)
* Drive, eject tray, -eject: Writing. (line 36)
* Drive, eject tray, -eject: Writing. (line 52)
* Drive, for input and output, -dev: AqDrive. (line 12)
* Drive, for input, -indev: AqDrive. (line 24)
* Drive, for output, -outdev: AqDrive. (line 31)
* Drive, get drive list, -device_links: Inquiry. (line 18)
* Drive, get drive list, -devices: Inquiry. (line 7)
* Drive, list supported media, -list_profiles: Writing. (line 150)
* Drive, list supported media, -list_profiles: Writing. (line 166)
* Drive, reduce activity, -calm_drive: Loading. (line 235)
* Drive, report SCSI commands, -scsi_log: Scripting. (line 147)
* Drive, write and eject, -commit_eject: Writing. (line 40)
* Drive, write and eject, -commit_eject: Writing. (line 56)
* EA, _definiton: Extras. (line 54)
* El Torito, _definiton: Extras. (line 19)
* Emulation, -as: Emulation. (line 13)
@ -4594,6 +4611,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Image, _definition: Model. (line 9)
* Image, demand volume id, -assert_volid: Loading. (line 83)
* Image, discard pending changes, -rollback: Writing. (line 9)
* Image, override change status, -changes_pending: Writing. (line 13)
* Image, set abstract file name, -abstract_file: SetWrite. (line 164)
* Image, set application id, -application_id: SetWrite. (line 123)
* Image, set biblio file name, -biblio_file: SetWrite. (line 171)
@ -4634,10 +4652,10 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* MBR, _definiton: Extras. (line 26)
* MBR, set, -boot_image system_area=: Bootable. (line 121)
* MD5, control handling, -md5: Loading. (line 155)
* Media, erase, -blank: Writing. (line 45)
* Media, format, -format: Writing. (line 72)
* Media, list formats, -list_formats: Writing. (line 110)
* Media, list write speeds, -list_speeds: Writing. (line 122)
* Media, erase, -blank: Writing. (line 61)
* Media, format, -format: Writing. (line 88)
* Media, list formats, -list_formats: Writing. (line 126)
* Media, list write speeds, -list_speeds: Writing. (line 138)
* MIPS boot file, activation: Bootable. (line 176)
* mkisofs, Emulation: Emulation. (line 16)
* Modifying, _definition: Methods. (line 27)
@ -4752,7 +4770,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* 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 272)
* Write, pending ISO image, -commit: Writing. (line 13)
* Write, pending ISO image, -commit: Writing. (line 29)
* Write, predict image size, -print_size: Inquiry. (line 80)
* Write, set speed, -speed: SetWrite. (line 215)
* Write, simulation, -dummy: SetWrite. (line 255)
@ -4786,41 +4804,41 @@ Node: Manip62358
Node: CmdFind71091
Node: Filter83198
Node: Writing87536
Node: SetWrite95537
Node: Bootable109842
Node: Jigdo123063
Node: Charset127309
Node: Exception130068
Node: DialogCtl136181
Node: Inquiry138776
Node: Navigate143639
Node: Verify151899
Node: Restore160566
Node: Emulation167472
Node: Scripting177271
Node: Frontend184423
Node: Examples185723
Node: ExDevices186900
Node: ExCreate187559
Node: ExDialog188842
Node: ExGrowing190105
Node: ExModifying190910
Node: ExBootable191413
Node: ExCharset191965
Node: ExPseudo192785
Node: ExCdrecord193683
Node: ExMkisofs194000
Node: ExGrowisofs195340
Node: ExException196475
Node: ExTime196929
Node: ExIncBackup197388
Node: ExRestore201374
Node: ExRecovery202334
Node: Files202904
Node: Seealso204202
Node: Bugreport204925
Node: Legal205506
Node: CommandIdx206436
Node: ConceptIdx221678
Node: SetWrite96495
Node: Bootable110800
Node: Jigdo124021
Node: Charset128267
Node: Exception131026
Node: DialogCtl137139
Node: Inquiry139734
Node: Navigate144597
Node: Verify152857
Node: Restore161524
Node: Emulation168430
Node: Scripting178229
Node: Frontend185381
Node: Examples186681
Node: ExDevices187858
Node: ExCreate188517
Node: ExDialog189800
Node: ExGrowing191063
Node: ExModifying191868
Node: ExBootable192371
Node: ExCharset192923
Node: ExPseudo193743
Node: ExCdrecord194641
Node: ExMkisofs194958
Node: ExGrowisofs196298
Node: ExException197433
Node: ExTime197887
Node: ExIncBackup198346
Node: ExRestore202332
Node: ExRecovery203292
Node: Files203862
Node: Seealso205160
Node: Bugreport205883
Node: Legal206464
Node: CommandIdx207394
Node: ConceptIdx222709

End Tag Table