New -append_partition pseudo partition_number "all" und pseudo type_code "revoke"
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, Jun 07, 2023"
|
||||
.TH XORRISO 1 "Version 1.5.7, Aug 07, 2023"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -3591,10 +3591,12 @@ and to write the loaded system area content without alterations.
|
||||
\fBdiscard\fR gives up the El Torito boot catalog and its boot images.
|
||||
regardless whether loaded from an ISO filesystem or defined by commands.
|
||||
Any BIOS or EFI related boot options get revoked.
|
||||
Nevertheless, loaded system area data stay valid. If desired, they have to be
|
||||
erased by
|
||||
Nevertheless, loaded system area data and the possibly defined appended
|
||||
partitions stay valid. If desired, they have to be erased by
|
||||
.br
|
||||
\-boot_image any system_area=/dev/zero
|
||||
.br
|
||||
\-append_partition all revoke \-
|
||||
.br
|
||||
\fBkeep\fR keeps or copies El Torito boot images unaltered and writes a new catalog.
|
||||
.br
|
||||
@ -3615,23 +3617,49 @@ you do know that the images need no patching, use "any" "keep".
|
||||
\fBreplay\fR is a more modern version of "patch", which not only cares
|
||||
for existing El Torito boot equipment but also for the recognizable
|
||||
boot provisions in the System Area. It discards any existing \-boot_image
|
||||
setting and executes the commands proposed by command \-report_el_torito "cmd".
|
||||
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.
|
||||
.br
|
||||
Drop unknown El Torito: \-boot_image "any" "discard"
|
||||
.br
|
||||
Maintain recognizable stuff: \-boot_image "any" "replay"
|
||||
.br
|
||||
El Torito only for GRUB: \-boot_image "grub" "patch"
|
||||
.br
|
||||
El Torito only for ISOLINUX: \-boot_image "isolinux" "patch"
|
||||
Out of historical reasons \fBreplay\fR does not revoke all possibly made
|
||||
\-append_partition settings but only overwrites those for which the loaded
|
||||
ISO image provides candidates.
|
||||
.br
|
||||
\fBshow_status\fR will print what is known about the loaded boot images
|
||||
and their designated fate.
|
||||
.br
|
||||
Examples:
|
||||
.br
|
||||
Drop unknown El Torito:
|
||||
.br
|
||||
\-boot_image any discard
|
||||
.br
|
||||
Drop El Torito, system area, appended partitions:
|
||||
.br
|
||||
\-boot_image any discard
|
||||
.br
|
||||
\-boot_image any system_area=/dev/zero
|
||||
.br
|
||||
\-append_partition all revoke \-
|
||||
.br
|
||||
Maintain recognizable stuff after revoking possibly made \-append_partition
|
||||
settings to surely get only the partitions from the loaded ISO:
|
||||
.br
|
||||
\-append_partition all revoke \-
|
||||
.br
|
||||
\-boot_image any replay
|
||||
.br
|
||||
Re\-adjust El Torito only for GRUB:
|
||||
.br
|
||||
\-boot_image grub patch
|
||||
.br
|
||||
Re\-adjust El Torito only for ISOLINUX:
|
||||
.br
|
||||
\-boot_image isolinux patch
|
||||
.br
|
||||
|
||||
A \fBbootspec\fR is a word of the form name=value. It is used to describe
|
||||
the parameters of a boot feature.
|
||||
@ -4027,10 +4055,9 @@ In APM, 48465300\-0000\-11AA\-AA11\-00306543ECAC will be mapped to partition
|
||||
type "Apple_HFS", any other to "Data".
|
||||
.br
|
||||
If some other command causes the production of GPT, then the appended
|
||||
partitions will be mentioned there too.
|
||||
partitions will be mentioned there too. GPT can be forced by
|
||||
.br
|
||||
The disk_path must provide the necessary data bytes at commit time.
|
||||
An empty disk_path disables this feature for the given partition number.
|
||||
\-boot_image "any" "appended_part_as=gpt"
|
||||
.br
|
||||
With SUN Disk Label (selected by \-boot_image any sparc_label=):
|
||||
.br
|
||||
@ -4038,8 +4065,20 @@ partition_number may be 2 to 8. Number 1 will always be the ISO image.
|
||||
Partition start addresses are aligned to 320 KiB. The type_code does not
|
||||
matter. Submit 0x0.
|
||||
.br
|
||||
Partition image name "." causes the partition to become a copy of the next
|
||||
disk_path "." causes the partition to become a copy of the next
|
||||
lower valid one.
|
||||
.br
|
||||
With MBR, GPT, and SUN alike:
|
||||
.br
|
||||
The disk_path must provide the necessary data bytes at commit time.
|
||||
.br
|
||||
Issueing \-append_partition with a partition number that was already used in
|
||||
a previous \-append_partition command does not cause an error but silently
|
||||
overrides the previous setting.
|
||||
.br
|
||||
The pseudo type_code "revoke" or an empty disk_path prevent the partition from
|
||||
being appended. The pseudo partition number "all" may be used in this case to
|
||||
revoke all previous \-append_partition settings.
|
||||
.TP
|
||||
.B Jigdo Template Extraction:
|
||||
.PP
|
||||
|
Reference in New Issue
Block a user