Argument "." for system area import commands
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.9, Sep 26, 2014"
|
||||
@c man .TH XORRISOFS 1 "Version 1.3.9, Oct 28, 2014"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1406,6 +1406,10 @@ the ISO image.
|
||||
@*
|
||||
Other than a El Torito boot image, the file disk_path needs not to be added
|
||||
to the ISO image. It will not show up as file in the directory trees.
|
||||
@*
|
||||
In multi-session situations, the special disk_path "." prevents reading of
|
||||
a disk file but nevertheless causes the adjustments in the
|
||||
existing MBR, which were ordered by other options.
|
||||
@c man .TP
|
||||
@item -generic-boot disk_path
|
||||
@kindex -generic-boot Fill System Area e.g. by MBR
|
||||
@ -1435,6 +1439,8 @@ The disk path should lead to one of the Syslinux files isohdp[fp]x*.bin .
|
||||
The MBR gets patched according to isohybrid needs. The first partition
|
||||
describes the range of the ISO image. Its start is at block 0 by default,
|
||||
but may be set to 64 disk blocks by option -partition_offset 16.
|
||||
@*
|
||||
For the meaning of special disk_path "." see option -G.
|
||||
@c man .TP
|
||||
@item -isohybrid-gpt-basdat
|
||||
@kindex -isohybrid-gpt-basdat Mark boot image in GPT
|
||||
@ -1569,8 +1575,13 @@ Mark the block range of the whole emerging ISO image as MBR partition of type
|
||||
0x96. This is not compatible with any other feature that produces MBR
|
||||
partition entries. It makes GPT unrecognizable.
|
||||
@*
|
||||
CHRP is used in conjunction with HFS. It is not yet tested whether HFS+
|
||||
filesystems produced with option -hfsplus would boot on any CHRP capable machine.
|
||||
CHRP is often used in conjunction with HFS. It is not yet tested whether HFS+
|
||||
filesystems produced with option -hfsplus would boot on any
|
||||
CHRP capable machine which does not boot pure ISO 9660 as well.
|
||||
@c man .TP
|
||||
@item -chrp-boot
|
||||
@kindex -chrp-boot CHRP partition
|
||||
Alias of -chrp-boot-part.
|
||||
@c man .TP
|
||||
@item -prep-boot-part disk_path
|
||||
@kindex -prep-boot-part PReP partition
|
||||
|
Reference in New Issue
Block a user