New -boot_image bootspec "appended_part_as=", new -as mkisofs option -appended_part_as_gpt
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2014 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2015 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
This file contains the implementation of options as mentioned in man page
|
||||
This file contains the implementation of commands as mentioned in man page
|
||||
or info file derived from xorriso.texi.
|
||||
*/
|
||||
|
||||
@ -1736,8 +1736,11 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
||||
" |\"discard\"|\"keep\"|\"patch\"|\"dir=\"|\"bin_path=\"",
|
||||
" |\"cat_path=\"|\"cat_hidden=on|iso_rr|joliet|off\"",
|
||||
" |\"load_size=\"|\"boot_info_table=\"",
|
||||
" |\"grub2_boot_info=\"|\"grub2_mbr=\"",
|
||||
" |\"grub2_boot_info=\"|\"grub2_mbr=\"|\"partition_offset=\"",
|
||||
" |\"partition_hd_cyl=\"|\"partition_sec_hd=\"",
|
||||
" |\"partition_cyl_align=\"",
|
||||
" |\"system_area=\"|\"partition_table=on|off\"",
|
||||
" |\"partition_entry=\"|\"appended_part_as=\"",
|
||||
" |\"chrp_boot_part=on|off=\"|\"prep_boot_part=\"",
|
||||
" |\"efi_boot_part=\"|\"efi_boot_part=--efi-boot-image\"",
|
||||
" |\"mips_path=\"|\"mipsel_path=\"|\"mips_discard\"",
|
||||
|
Reference in New Issue
Block a user