New find action mkisofs_r and emulation -as mkisofs -r
This commit is contained in:
@ -44,7 +44,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 XORRISO 1 "Apr 07, 2010"
|
||||
@c man .TH XORRISO 1 "Apr 08, 2010"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1997,6 +1997,13 @@ applies or removes filters.
|
||||
@*
|
||||
E.g.: -exec set_filter @minus{}@minus{}zisofs @minus{}@minus{}
|
||||
@*
|
||||
@item mkisofs_r
|
||||
applies the rules of mkisofs -r to the file object:
|
||||
@*
|
||||
user id and group id become 0, all r-permissions get granted, all w denied.
|
||||
If there is any x-permission, then all three x get granted.
|
||||
s- and t-bits get removed.
|
||||
@*
|
||||
@item show_stream
|
||||
shows the content stream chain of a data file.
|
||||
@*
|
||||
@ -2425,7 +2432,7 @@ Available types are:
|
||||
"uuid" sets a timestring that overrides "m" time literally.
|
||||
@*
|
||||
It must consist of 16 decimal digits which form YYYYMMDDhhmmsscc, with
|
||||
YYYY between 1970 and 2999.
|
||||
YYYY between 1970 and 2999. Time zone is GMT.
|
||||
It is supposed to match this GRUB line:
|
||||
@*
|
||||
search --fs-uuid --set YYYY-MM-DD-hh-mm-ss-cc
|
||||
@ -3694,9 +3701,9 @@ Personality "@strong{mkisofs}" accepts the options listed with:
|
||||
@*
|
||||
-as mkisofs -help @minus{}@minus{}
|
||||
@*
|
||||
Among them: -R (always on), -J, -o, -M, -C, -path-list, -m, -exclude-list,
|
||||
Among them: -R (always on), -r, -J, -o, -M, -C, -path-list, -m, -exclude-list,
|
||||
-f, -print-size, -pad, -no-pad, -V, -v, -version, -graft-points, -z,
|
||||
-no-emul-boot, -b, -c, -boot-info-table, -boot-load-size, -input-charset,
|
||||
-no-emul-boot, -b, -c, -boot-info-table, -boot-load-size, -input-charset, -G,
|
||||
-output-charset, pathspecs as with xorriso -add.
|
||||
A lot of options are not supported and lead to failure of the mkisofs
|
||||
emulation. Some are ignored, but better do not rely on this tolerance.
|
||||
@ -3731,6 +3738,11 @@ same name and hardcoded argument "on", e.g. -acl "on".
|
||||
Explicit arguments are expected by @minus{}@minus{}stdio_sync
|
||||
and @minus{}@minus{}scdbackup_tag.
|
||||
@*
|
||||
Adopted from grub-mkisofs are @minus{}@minus{}protective-msdos-label
|
||||
(see -boot_image grub partition_table=on) and
|
||||
@minus{}@minus{}modification-date=YYYYMMDDhhmmsscc
|
||||
(see -volume_date uuid).
|
||||
@*
|
||||
@c Quite special is isolinux_mbr= (see -boot_image isolinux isohybrid=).
|
||||
@c @*
|
||||
Personalites "@strong{xorrisofs}", "@strong{genisoimage}",
|
||||
|
Reference in New Issue
Block a user