New -as mkisofs options -eltorito-id , -eltorito-selcrit
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISOFS 1 "Version 1.2.7, Jan 08, 2013"
|
||||
.TH XORRISOFS 1 "Version 1.2.7, Feb 18, 2013"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -901,6 +901,19 @@ 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.)
|
||||
.TP
|
||||
\fB\-eltorito-id\fR text|56_hexdigits
|
||||
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.
|
||||
.TP
|
||||
\fB\-eltorito-selcrit\fR hexdigits
|
||||
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.
|
||||
.TP
|
||||
\fB\-boot-info-table\fR
|
||||
Overwrite certain bytes in the current boot image. The information will be
|
||||
supplied by xorriso in the course of image production: Block address of
|
||||
|
Reference in New Issue
Block a user