New -boot_image action "replay"
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISO 1 "Version 1.4.1, Aug 29, 2015"
|
||||
@c man .TH XORRISO 1 "Version 1.4.1, Sep 05, 2015"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -3568,7 +3568,8 @@ Examples:
|
||||
@cindex Write, bootability, -boot_image
|
||||
@cindex Bootability, control, -boot_image
|
||||
@*
|
||||
"discard"|"keep"|"patch"|"show_status"|bootspec|"next"
|
||||
"discard"|"keep"|"patch"|"replay"|"show_status"|
|
||||
bootspec|"next"
|
||||
@*
|
||||
@sp 1
|
||||
Define the equipment of the emerging filesystem with boot entry points.
|
||||
@ -3618,11 +3619,22 @@ 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).
|
||||
@*
|
||||
Most safe is the default: -boot_image "any" "discard".
|
||||
@strong{replay} 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".
|
||||
@*
|
||||
Advised for GRUB : -boot_image "grub" "patch"
|
||||
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 boot image files after -indev.
|
||||
@*
|
||||
For ISOLINUX : -boot_image "isolinux" "patch"
|
||||
Drop unknown El Torito: -boot_image "any" "discard"
|
||||
@*
|
||||
Maintain recognizable stuff: -boot_image "any" "replay"
|
||||
@*
|
||||
El Torito only for GRUB: -boot_image "grub" "patch"
|
||||
@*
|
||||
El Torito only for ISOLINUX: -boot_image "isolinux" "patch"
|
||||
@*
|
||||
@strong{show_status} will print what is known about the loaded boot images
|
||||
and their designated fate.
|
||||
|
Reference in New Issue
Block a user