New bootspec alpha_boot=, new -as mkisofs option -alpha-boot
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.3.9, Feb 06, 2015"
|
||||
.TH XORRISO 1 "Version 1.3.9, Feb 28, 2015"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -2920,8 +2920,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.
|
||||
.br
|
||||
.TP
|
||||
\fB\-boot_image\fR "any"|"isolinux"|"grub"
|
||||
@ -3236,8 +3239,15 @@ RAM disk file.
|
||||
and version 4.
|
||||
For the appropriate value see in PALO source code: PALOHDRVERSION.
|
||||
.br
|
||||
\fBmips_discard\fR, \fBsparc_discard\fR, and \fBhppa_discard\fR
|
||||
revoke any boot file declarations made for mips, mipsel, sparc resp. hppa.
|
||||
\fBalpha_boot=\fRiso_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.
|
||||
.br
|
||||
\fBmips_discard\fR, \fBsparc_discard\fR, \fBhppa_discard\fR,
|
||||
\fBalpha_discard\fR
|
||||
revoke any boot file declarations made for mips, mipsel, sparc, hppa,
|
||||
resp. alpha.
|
||||
This removes the ban on production of other boot blocks.
|
||||
.br
|
||||
\fBhfsplus_serial=\fRhexstring sets a string of 16 digits "0" to "9"
|
||||
|
Reference in New Issue
Block a user