New -as mkisofs options -cut_out and -hide_iso_path
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.5.7, Jun 07, 2023"
|
||||
.TH XORRISOFS 1 "Version 1.5.7, Nov 12, 2023"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -224,6 +224,19 @@ enclose whitespace and make it part of pathspecs. Each mark
|
||||
type can enclose the marks of the other type. A trailing backslash \\ outside
|
||||
quotations or an open quotation cause the next input line to be appended.
|
||||
.TP
|
||||
\fB\-cut_out\fR disk_path byte_offset byte_count iso_rr_path
|
||||
Map a byte interval of a regular disk file or of a device file into a regular
|
||||
file in the ISO image. The file depicted by disk_path has to support random
|
||||
read access.
|
||||
.br
|
||||
byte_offset and byte_count may be plain numbers counting bytes, or numbers
|
||||
with appended letter "d", "s", "k", "m", "g" to count disk blocks (512 bytes),
|
||||
disc sectors (2048 bytes), KiB (1024 bytes), MiB (1024 KiB), or GiB (1024 MiB).
|
||||
.br
|
||||
E.g:
|
||||
.br
|
||||
\-cut_out bootable.iso 562s 18s /formerly_hidden_boot_image
|
||||
.TP
|
||||
\fB\-f\fR
|
||||
.br
|
||||
Resolve symbolic links on disk rather than storing them as symbolic
|
||||
@ -856,6 +869,22 @@ if their disk_path matches the given shell parser pattern.
|
||||
Perform \-hide\-hfsplus using each line out of file disk_path as argument
|
||||
disk_path_pattern.
|
||||
.TP
|
||||
\fB\-hide_iso_path\fR hide_state iso_rr_path
|
||||
Prevent the name of the given file from showing up in the directory trees
|
||||
of ISO 9660 and/or Joliet and/or HFS+ when the image gets written.
|
||||
Other than the above hide options, this one takes the path of a file
|
||||
in the emerging ISO filesystem, not the path of a file on hard disk.
|
||||
.br
|
||||
Possible values of hide_state are: "iso_rr" for hiding from ISO 9660 tree,
|
||||
"joliet" for Joliet tree, "hfsplus" for HFS+, "on" for them all.
|
||||
"off" means visibility in all directory trees.
|
||||
.br
|
||||
These values may be combined.
|
||||
E.g.: joliet:hfsplus
|
||||
.br
|
||||
This command does not apply to the boot catalog.
|
||||
Rather use: boot\-catalog\-hide
|
||||
.TP
|
||||
.B ISO image ID strings:
|
||||
.PP
|
||||
The following strings and file addresses get stored in the Primary Volume
|
||||
|
Reference in New Issue
Block a user