New -boot_image action "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.4.1, Aug 29, 2015"
|
||||
.TH XORRISO 1 "Version 1.4.1, Sep 05, 2015"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -3043,7 +3043,8 @@ Examples:
|
||||
.TP
|
||||
\fB\-boot_image\fR "any"|"isolinux"|"grub"
|
||||
.br
|
||||
"discard"|"keep"|"patch"|"show_status"|bootspec|"next"
|
||||
"discard"|"keep"|"patch"|"replay"|"show_status"|
|
||||
bootspec|"next"
|
||||
.br
|
||||
Define the equipment of the emerging filesystem with boot entry points.
|
||||
.br
|
||||
@ -3090,11 +3091,18 @@ then they stay unpatched. This check is not infallible. So if
|
||||
you do know that the images need no patching, use "any" "keep".
|
||||
"grub" "patch" will not patch EFI images (platform_id=0xef).
|
||||
.br
|
||||
Most safe is the default: \-boot_image "any" "discard".
|
||||
\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".
|
||||
.br
|
||||
Advised for GRUB : \-boot_image "grub" "patch"
|
||||
Drop unknown El Torito: \-boot_image "any" "discard"
|
||||
.br
|
||||
For ISOLINUX : \-boot_image "isolinux" "patch"
|
||||
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"
|
||||
.br
|
||||
\fBshow_status\fR will print what is known about the loaded boot images
|
||||
and their designated fate.
|
||||
|
Reference in New Issue
Block a user