New -boot_image action "replay"
This commit is contained in:
@ -1756,7 +1756,8 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
||||
" to which deep subtrees will get relocated if -compliance",
|
||||
" is set to \"deep_paths_off\".",
|
||||
" -boot_image \"any\"|\"isolinux\"|\"grub\"",
|
||||
" |\"discard\"|\"keep\"|\"patch\"|\"dir=\"|\"bin_path=\"",
|
||||
" |\"discard\"|\"keep\"|\"patch\"|\"replay\"",
|
||||
" |\"dir=\"|\"bin_path=\"",
|
||||
" |\"cat_path=\"|\"cat_hidden=on|iso_rr|joliet|off\"",
|
||||
" |\"load_size=\"|\"boot_info_table=\"",
|
||||
" |\"grub2_boot_info=\"|\"grub2_mbr=\"|\"partition_offset=\"",
|
||||
@ -1773,7 +1774,9 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
||||
" |\"hppa_discard\"|\"alpha_boot=\"|\"alpha_discard\"",
|
||||
" |\"hfsplus_serial=\"|\"hfsplus_block_size=\"",
|
||||
" |\"apm_block_size=\"|\"show_status\"",
|
||||
" Whether to discard or keep an exiting El Torito boot image.",
|
||||
" Whether to discard or keep an exiting El Torito boot image,",
|
||||
" or to freshly set up boot equipment. \"replay\" performs",
|
||||
" the commands proposed by -report_system_area \"cmd\".",
|
||||
" ISOLINUX can be made bootable by dir=/ or dir=/isolinux",
|
||||
" or dir=/boot/isolinux. Others, like GRUB, by bin_path=...",
|
||||
" and cat_path=...",
|
||||
@ -1824,15 +1827,20 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
||||
" Print foreseeable available space on output medium",
|
||||
" -pvd_info Print various id strings of the loaded ISO image.",
|
||||
"",
|
||||
" -report_el_torito \"plain\"|\"help\"",
|
||||
" -report_el_torito \"plain\"|\"help\"|\"cmd\"|\"as_mkisofs\"",
|
||||
" \"plain\" prints information about the El Torito boot catalog",
|
||||
" and boot images of the loaded ISO image.",
|
||||
" \"help\" prints an explanation of the output format.",
|
||||
" \"cmd\" and \"as_mkisofs\" propose commands to reproduce",
|
||||
" the boot equipment reported by -report_el_torito \"plain\"",
|
||||
" and -report_system_area \"plain\"",
|
||||
" -report_system_area \"plain\"|\"help\"|\"gpt_crc_of:\"disk_path",
|
||||
" |\"cmd\"|\"as_mkisofs\"",
|
||||
" \"plain\" prints information about recognized data",
|
||||
" in the System Area of the loaded ISO image: MBR, GPT, ...",
|
||||
" \"help\" prints an explanation of the output format.",
|
||||
" in the System Area of the loaded ISO image: MBR, GPT, ...",
|
||||
" \"gpt_crc_of:\" prints GPT CRC of file disk_path.",
|
||||
" For \"cmd\" and \"as_mkisofs\" see -report_el_torito.",
|
||||
"",
|
||||
"Commands with variable length path list [...] need the list delimiter text",
|
||||
"as end mark if they are followed by another command. By default this",
|
||||
|
Reference in New Issue
Block a user