Argument "." for system area import commands
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 XORRISOFS 1 "Version 1.3.9, Sep 26, 2014"
|
||||
.TH XORRISOFS 1 "Version 1.3.9, Oct 28, 2014"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1030,6 +1030,10 @@ the ISO image.
|
||||
.br
|
||||
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.
|
||||
.br
|
||||
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.
|
||||
.TP
|
||||
\fB\-generic-boot\fR disk_path
|
||||
Alias of \-G.
|
||||
@ -1053,6 +1057,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.
|
||||
.br
|
||||
For the meaning of special disk_path "." see option \-G.
|
||||
.TP
|
||||
\fB\-isohybrid-gpt-basdat\fR
|
||||
Mark the current El Torito boot image (see options \-b and \-e) in GPT as
|
||||
@ -1165,8 +1171,12 @@ 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.
|
||||
.br
|
||||
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.
|
||||
.TP
|
||||
\fB\-chrp-boot\fR
|
||||
Alias of \-chrp\-boot\-part.
|
||||
.TP
|
||||
\fB\-prep-boot-part\fR disk_path
|
||||
Copy a file from disk into the emerging ISO image and mark it by a MBR
|
||||
|
Reference in New Issue
Block a user