New -as mkisofs option --application_use
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISOFS 1 "Version 1.3.1, Jun 02, 2013"
|
||||
@c man .TH XORRISOFS 1 "Version 1.3.1, Aug 04, 2013"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1172,6 +1172,21 @@ It is supposed to match this GRUB line:
|
||||
search @minus{}@minus{}fs-uuid @minus{}@minus{}set YYYY-MM-DD-hh-mm-ss-cc
|
||||
@*
|
||||
E.g. 2010040711405800 is 7 Apr 2010 11:40:58 (+0 centiseconds).
|
||||
@c man .TP
|
||||
@item @minus{}@minus{}application_use character|0xXY|disk_path
|
||||
@kindex @minus{}@minus{}application_use set Application Use field
|
||||
@cindex ISO image, set Application Use field, @minus{}@minus{}application_use
|
||||
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.
|
||||
@end table
|
||||
@c man .TP
|
||||
@c man .B El Torito Bootable ISO images:
|
||||
|
Reference in New Issue
Block a user