New -as mkisofs options -cut_out and -hide_iso_path
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.5.7, Jun 07, 2023"
|
||||
@c man .TH XORRISOFS 1 "Version 1.5.7, Nov 12, 2023"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@@ -366,6 +366,21 @@ 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.
|
||||
@c man .TP
|
||||
@item -cut_out disk_path byte_offset byte_count iso_rr_path
|
||||
@kindex -cut_out insert piece of data file or device
|
||||
@cindex Insert, piece of data file or device, -cut_out
|
||||
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.
|
||||
@*
|
||||
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).
|
||||
@*
|
||||
E.g:
|
||||
@*
|
||||
-cut_out bootable.iso 562s 18s /formerly_hidden_boot_image
|
||||
@c man .TP
|
||||
@item -f
|
||||
@kindex -f follow symbolic links on disk
|
||||
@cindex Links, follow on disk, -f, -follow-links
|
||||
@@ -408,7 +423,7 @@ Alias of -m.
|
||||
@c man .TP
|
||||
@item -exclude-list disk_path
|
||||
@kindex -exclude-list exclude disk files from inserting
|
||||
@cindex Disk files, exclude, -hide-list
|
||||
@cindex Disk files, exclude, -exclude-list
|
||||
Perform -m using each line out of file disk_path as argument disk_pattern.
|
||||
@c man .TP
|
||||
@item -z
|
||||
@@ -1169,6 +1184,24 @@ if their disk_path matches the given shell parser pattern.
|
||||
@cindex Hiding, from HFS+, -hide-hfsplus-list
|
||||
Perform -hide-hfsplus using each line out of file disk_path as argument
|
||||
disk_path_pattern.
|
||||
@c man .TP
|
||||
@item -hide_iso_path hide_state iso_rr_path
|
||||
@kindex -hide_iso_path keep a file invisible in ISO tree
|
||||
@cindex Hiding, by ISO RR path, -hide_iso_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.
|
||||
@*
|
||||
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.
|
||||
@*
|
||||
These values may be combined.
|
||||
E.g.: joliet:hfsplus
|
||||
@*
|
||||
This command does not apply to the boot catalog.
|
||||
Rather use: boot-catalog-hide
|
||||
@end table
|
||||
@c man .TP
|
||||
@c man .B ISO image ID strings:
|
||||
|
Reference in New Issue
Block a user