New -as mkisofs option --application_use

This commit is contained in:
2013-08-04 10:23:14 +00:00
parent a44e2aa51c
commit 20cddac861
5 changed files with 72 additions and 23 deletions

View File

@ -838,6 +838,19 @@ characters from at most 3 characters.
search --fs-uuid --set YYYY-MM-DD-hh-mm-ss-cc
E.g. 2010040711405800 is 7 Apr 2010 11:40:58 (+0 centiseconds).
--application_use character|0xXY|disk_path
Specify the content of the Application Use field which can take at
most 512 bytes.
If the parameter of this command is empty, then the field is filled
with 512 0-bytes. If it is a single character, then it gets
repeated 512 times. If it begins by "0x" followed by two hex
digits [0-9a-fA-F], then the digits are read as byte value which
gets repeated 512 times.
Any other parameter text is used as disk_path to open a data file
and to read up to 512 bytes from it. If the file is smaller than
512 bytes, then the remaining bytes in the field get set to binary
0.

File: xorrisofs.info, Node: Bootable, Next: SystemArea, Prev: ImageId, Up: Options
@ -1766,6 +1779,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* Menu:
* --acl Recording of ACLs: SetExtras. (line 71)
* --application_use set Application Use field: ImageId. (line 90)
* --boot-catalog-hide Hide El Torito boot catalog: Bootable.
(line 114)
* --efi-boot El Torito EFI boot image: Bootable. (line 58)
@ -2095,6 +2109,8 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* ISO file names, very relaxed rules, -U, -untranslated-filenames: SetCompl.
(line 29)
* ISO image size, predict, -print-size: Miscellaneous. (line 8)
* ISO image, set Application Use field, --application_use: ImageId.
(line 90)
* ISO image, set timestamps, --modification-date=: ImageId. (line 82)
* ISO level 1, enforce directory names, -disallow_dir_id_ext: SetCompl.
(line 24)
@ -2181,24 +2197,24 @@ Node: SetCompl19092
Node: SetExtras21688
Node: SetHide30097
Node: ImageId31405
Node: Bootable34910
Node: SystemArea39904
Node: Charset50201
Node: Jigdo51227
Node: Miscellaneous55494
Node: Examples57138
Node: ExSimple57624
Node: ExGraft58103
Node: ExMkisofs59350
Node: ExGrowisofs60603
Node: ExIncBackup61775
Node: ExIncBckAcc64883
Node: ExBootable66559
Node: Files68651
Node: Seealso69725
Node: Bugreport70381
Node: Legal70962
Node: CommandIdx71857
Node: ConceptIdx86413
Node: Bootable35573
Node: SystemArea40567
Node: Charset50864
Node: Jigdo51890
Node: Miscellaneous56157
Node: Examples57801
Node: ExSimple58287
Node: ExGraft58766
Node: ExMkisofs60013
Node: ExGrowisofs61266
Node: ExIncBackup62438
Node: ExIncBckAcc65546
Node: ExBootable67222
Node: Files69314
Node: Seealso70388
Node: Bugreport71044
Node: Legal71625
Node: CommandIdx72520
Node: ConceptIdx87149

End Tag Table