New -as mkisofs option -hppa-hdrversion
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 XORRISOFS 1 "Version 1.3.5, Jan 14, 2014"
|
||||
@c man .TH XORRISOFS 1 "Version 1.3.5, Jan 15, 2014"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1626,10 +1626,11 @@ The size is written as 32 bit big-endian number to byte 0x230.
|
||||
@item -hppa-cmdline text
|
||||
@kindex -hppa-cmdline HP-PA PALO command line
|
||||
@cindex Bootability, control, -hppa-cmdline
|
||||
Set the PALO command line for HP-PA. Up to 127 characters are permitted.
|
||||
Set the PALO command line for HP-PA. Up to 1023 characters are permitted
|
||||
by default. With -hppa-hdrversion 4 the limit is 127.
|
||||
@*
|
||||
Note that if one of the -hppa options is given, then the other four
|
||||
must be given with valid parameters, too.
|
||||
Note that the first five -hppa options are mandatory, if any of the -hppa
|
||||
options is given. Only option -hppa-hdrversion is allowed to be missing.
|
||||
@c man .TP
|
||||
@item -hppa-bootloader iso_rr_path
|
||||
@kindex -hppa-bootloader HP-PA bootloader file
|
||||
@ -1650,6 +1651,12 @@ Designate the given path as HP-PA 64 bit kernel file.
|
||||
@kindex -hppa-ramdisk HP-PA ramdisk file
|
||||
@cindex Bootability, control, -hppa-ramdisk
|
||||
Designate the given path as HP-PA RAM disk file.
|
||||
@c man .TP
|
||||
@item -hppa-hdrversion number
|
||||
@kindex -hppa-hdrversion HP-PA PALO header version
|
||||
@cindex Bootability, control, -hppa-hdrversion
|
||||
Choose between PALO header version 5 (default) and version 4.
|
||||
For the appropriate value see in PALO source code: PALOHDRVERSION.
|
||||
@end table
|
||||
@c man .TP
|
||||
@c man .B Character sets:
|
||||
|
Reference in New Issue
Block a user