New bootspec alpha_boot=, new -as mkisofs option -alpha-boot
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.3.9, Feb 06, 2015"
|
||||
@c man .TH XORRISO 1 "Version 1.3.9, Feb 28, 2015"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -3433,8 +3433,11 @@ There are booting mechanisms which do not use an El Torito record but rather
|
||||
start at the first bytes of the image: PC-BIOS MBR or EFI GPT for
|
||||
hard-disk-like devices,
|
||||
APM partition entries for Macs which expect HFS+ boot images,
|
||||
MIPS Volume Header for old SGI computers, DEC Boot Block for old DECstation,
|
||||
SUN Disk Label for SPARC machines, HP-PA boot sector for HP PA-RISC machines.
|
||||
MIPS Volume Header for old SGI computers,
|
||||
DEC Boot Block for old MIPS DECstation,
|
||||
SUN Disk Label for SPARC machines,
|
||||
HP-PA boot sector for HP PA-RISC machines,
|
||||
DEC Alpha SRM boot sector for old DEC Alpha machines.
|
||||
@*
|
||||
@table @asis
|
||||
@sp 1
|
||||
@ -3771,8 +3774,16 @@ RAM disk file.
|
||||
and version 4.
|
||||
For the appropriate value see in PALO source code: PALOHDRVERSION.
|
||||
@*
|
||||
@strong{mips_discard}, @strong{sparc_discard}, and @strong{hppa_discard}
|
||||
revoke any boot file declarations made for mips, mipsel, sparc resp. hppa.
|
||||
@cindex DEC Alpha SRM boot sector, production
|
||||
@strong{alpha_boot=}iso_rr_path declares a data file in the image to be the
|
||||
DEC Alpha SRM Secondary Bootloader and causes production of a boot sector
|
||||
which points to it.
|
||||
This is mutually exclusive with production of other boot blocks like MBR.
|
||||
@*
|
||||
@strong{mips_discard}, @strong{sparc_discard}, @strong{hppa_discard},
|
||||
@strong{alpha_discard}
|
||||
revoke any boot file declarations made for mips, mipsel, sparc, hppa,
|
||||
resp. alpha.
|
||||
This removes the ban on production of other boot blocks.
|
||||
@*
|
||||
@cindex HFS+ serial number
|
||||
|
Reference in New Issue
Block a user