Mentioned in the man page that libisofs now memorizes all boot related paths at image load time. Warned of boot file manipulations after -boot_image replay.
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.5.7, May 07, 2024"
|
||||
.TH XORRISO 1 "Version 1.5.7, May 12, 2024"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -3621,9 +3621,19 @@ boot provisions in the System Area. It discards any existing \-boot_image
|
||||
setting including the system area and executes the commands proposed by
|
||||
command \-report_el_torito "cmd".
|
||||
.br
|
||||
This action will only succeed if the file objects mentioned in the
|
||||
output of command \-report_el_torito "cmd" are still available. Do not
|
||||
remove or rename boot image files after \-indev.
|
||||
Special care has to be taken with manipulations of files in the emerging ISO
|
||||
filesystem which are mentioned by \-report_el_torito "cmd". Their paths are
|
||||
memorized at ISO image load time.
|
||||
In general \-boot_image "any" "replay" should be applied after all file
|
||||
manipulations are done. All file paths from the \-report_el_torito commands
|
||||
must then still lead to data files which are suitable for their respective
|
||||
commands.
|
||||
.br
|
||||
The effects of file path changes after \-boot_image "any" "replay" can be
|
||||
surprising. E.g. removing or replacing a boot image with boot info table
|
||||
for legacy BIOS leads to a hidden boot image with the content as it was at
|
||||
"replay" time. Doing the same with a boot image for EFI leads to an error
|
||||
at \-commit time or to the new file content becomming the EFI boot image.
|
||||
.br
|
||||
Out of historical reasons \fBreplay\fR does not revoke all possibly made
|
||||
\-append_partition settings but only overwrites those for which the loaded
|
||||
@ -4712,6 +4722,11 @@ reads file paths from file /ppc/bootinfo.txt and tries to find them
|
||||
case\-insensitively in the ECMA\-119 tree without using Rock Ridge. If such a
|
||||
path has actually forbidden properties, like the name "powerpc\-ieee1275", then
|
||||
the relaxations are needed to bring it unmangled into the ECMA\-119 tree.
|
||||
.br
|
||||
It is important to keep in mind that the file paths shown in the report lines
|
||||
and commands were registered directly after image loading. Possible filesystem
|
||||
manipulations which later remove these paths or replace their file content will
|
||||
not influence the report lines or commands.
|
||||
.TP
|
||||
\fB\-report_system_area\fR mode
|
||||
With mode \fBplain\fR print a report about the information found in
|
||||
@ -4726,6 +4741,11 @@ mentioned boot facilities.
|
||||
Modes \fBcmd\fR and \fBas_mkisofs\fR work like with
|
||||
command \-report_el_torito. See above.
|
||||
.br
|
||||
It is important to keep in mind that the file paths shown in the report lines
|
||||
and commands were registered directly after image loading. Possible filesystem
|
||||
manipulations which later remove these paths or replace their file content will
|
||||
not influence the report lines or commands.
|
||||
.br
|
||||
With mode \fBgpt_disk_guid\fR print the GPT disk GUID of the loaded ISO
|
||||
in RFC 4122 text format to result channel. It is not considered an error if
|
||||
no GPT is present. In this case nothing is printed to result channel.
|
||||
|
Reference in New Issue
Block a user