New bootspec alpha_boot=, new -as mkisofs option -alpha-boot

This commit is contained in:
2015-02-28 14:31:04 +00:00
parent fe80e13531
commit e195c4465b
12 changed files with 226 additions and 105 deletions

View File

@ -1747,7 +1747,8 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
" |\"sparc_label=\"|\"grub2_sparc_core=\"|\"sparc_discard\"",
" |\"hppa_cmdline=\"|\"hppa_bootloader=\"|\"hppa_kernel_32=\"",
" |\"hppa_kernel_64=\"|\"hppa_ramdisk=\"|\"hppa_hdrversion=\"",
" |\"hppa_discard\"|\"hfsplus_serial=\"|\"hfsplus_block_size=\"",
" |\"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.",
" ISOLINUX can be made bootable by dir=/ or dir=/isolinux",
@ -1762,7 +1763,8 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
" mips_path= adds Big Endian MIPS boot files. mipsel_path=",
" sets one Little Endian MIPS boot file. sparc_label=",
" activates SUN Disk Label. hppa_* is for HP PA-RISC via PALO.",
" All four are mutually exclusive and exclusive to production",
" alpha_boot= is for DEC Alpha SRM. MIPS, SUN, HP, and Alpha",
" are mutually exclusive and exclusive to production",
" of MBR and to booting via EFI from USB stick.",
" -append_partition partition_number type_code disk_path",
" Append a prepared filesystem image after the end of the",