Documented new timestamp behavior of El Torito catalog file
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 XORRISO 1 "Version 1.4.5, Aug 05, 2016"
|
||||
.TH XORRISO 1 "Version 1.4.5, Aug 07, 2016"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1794,6 +1794,10 @@ in order to make the format recognizable.
|
||||
Example:
|
||||
.br
|
||||
\-alter_date m\-c 2013.11.27.103951 /file1 /file2 \-\-
|
||||
.br
|
||||
This command does not persistently apply to the boot catalog, which gets fresh
|
||||
timestamps at \-commit time. Command \-volume_date "uuid" can set this time
|
||||
value.
|
||||
.TP
|
||||
\fB\-alter_date_r\fR type timestring iso_rr_path [***]
|
||||
Like \-alter_date but affecting all files below eventual directories.
|
||||
@ -2832,6 +2836,12 @@ Some of them are prone to timezone computations. The timestrings "default" or
|
||||
"overridden" cause default settings: "c" and "m" will show the current time
|
||||
of image creation. "x" and "f" will be marked as insignificant.
|
||||
"uuid" will be deactivated.
|
||||
.br
|
||||
At \-commit time, some timestamps get set to the maximum value of effectively
|
||||
written volume creation and modification time: El Torito boot catalog,
|
||||
HFS+ superblock, ECMA\-119 file modification time if \-compliance "no_rec_mtime".
|
||||
The isohybrid MBR id is computed from "uuid" if given, else from the effective
|
||||
volume modification date.
|
||||
.TP
|
||||
\fB\-copyright_file\fR text
|
||||
Set the copyright file name to be written with the next \-commit. This should
|
||||
@ -3259,13 +3269,15 @@ which bundles these individual settings:
|
||||
\-boot_image any boot_info_table=on
|
||||
.br
|
||||
An El Torito boot catalog file gets inserted into the ISO image with address
|
||||
\fBcat_path=\fR at \-commit time.
|
||||
\fBcat_path=\fR with the first \-boot_image "any" "next" or at \-commit time.
|
||||
It is subject to normal \-overwrite and \-reassure processing if there is already
|
||||
a file with the same name.
|
||||
The catalog lists the boot images and is read by the boot facility to choose
|
||||
one of the boot images. But it is not necessary that it appears in the
|
||||
directory tree at all. One may hide it in all trees by \fBcat_hidden=on\fR.
|
||||
Other possible values are "iso_rr", "joliet", "hfsplus", and the default "off".
|
||||
The timestamps of the boot catalog file are refreshed at commit time.
|
||||
Command \-volume_date "uuid" can be used to set their value.
|
||||
.br
|
||||
\fBbin_path=\fR depicts an El Torito boot image file, a binary program
|
||||
which is to be started by the hardware boot facility (e.g. the BIOS)
|
||||
|
Reference in New Issue
Block a user