New -as mkisofs options -eltorito-id , -eltorito-selcrit
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.2.7, Jan 08, 2013"
|
||||
@c man .TH XORRISOFS 1 "Version 1.2.7, Feb 18, 2013"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1245,6 +1245,23 @@ If neither -hard-disk-boot nor -no-emul-boot is given, then the
|
||||
boot image will be marked as emulating a floppy.
|
||||
(Not suitable for any known boot loader.)
|
||||
@c man .TP
|
||||
@item -eltorito-id text|56_hexdigits
|
||||
@kindex -eltorito-id El Torito boot section id string
|
||||
@cindex Bootability, El Torito section id string, -eltorito-id
|
||||
Define the ID string of the boot catalog
|
||||
section where the boot image will be listed. If the value consists of 56
|
||||
characters [0-9A-Fa-f] then it is converted into 28 bytes, else the first
|
||||
28 characters become the ID string.
|
||||
The ID string of the first boot image becomes the overall catalog ID.
|
||||
It is limited to 24 characters. Other id_strings become section IDs.
|
||||
@c man .TP
|
||||
@item -eltorito-selcrit hexdigits
|
||||
@kindex -eltorito-selcrit El Torito boot selection criteria
|
||||
@cindex Bootability, El Torito selection criteria, -eltorito-selcrit
|
||||
Define the Selection Criteria of the boot image.
|
||||
Up to 20 bytes get read from the given characters [0-9A-Fa-f].
|
||||
They get attributed to the boot image entry in the catalog.
|
||||
@c man .TP
|
||||
@item -boot-info-table
|
||||
@kindex -boot-info-table Patch El Torito boot image
|
||||
@cindex Bootability, boot image patching, -boot-info-table
|
||||
|
Reference in New Issue
Block a user