New -find action sort_weight, new -as mkisofs --sort-weight
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 13, 2010"
|
||||
@c man .TH XORRISO 1 "Apr 18, 2010"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -144,7 +144,7 @@ Updates ISO subtrees incrementally to match given disk subtrees.
|
||||
Writes result either as completely new image or as add-on session
|
||||
to optical media or filesystem objects.
|
||||
@*
|
||||
Can activate ISOLINUX and GRUB boot images via El Torito.
|
||||
Can activate ISOLINUX and GRUB boot images via El Torito and MBR.
|
||||
@*
|
||||
Can perform multi-session tasks as emulation of mkisofs and cdrecord.
|
||||
@*
|
||||
@ -2004,6 +2004,16 @@ 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 sort_weight
|
||||
attributes a LBA weight number to regular files.
|
||||
@*
|
||||
The number may range from -2147483648 to 2147483647. The higher it is, the
|
||||
lower will be the block address of the file data in the emerging ISO image.
|
||||
(Currently the boot catalog has a hardcoded weight of 1000. Better keep
|
||||
own weights lower than that.)
|
||||
@*
|
||||
E.g.: -exec sort_weight 3 @minus{}@minus{}
|
||||
@*
|
||||
@item show_stream
|
||||
shows the content stream chain of a data file.
|
||||
@*
|
||||
@ -2435,8 +2445,7 @@ Available types are:
|
||||
@*
|
||||
"f" time since when the volume is effectively valid.
|
||||
@*
|
||||
"uuid" sets a timestring that overrides "m" time literally.
|
||||
@*
|
||||
"uuid" sets a timestring that overrides "c" and "m" times literally.
|
||||
It must consist of 16 decimal digits which form YYYYMMDDhhmmsscc, with
|
||||
YYYY between 1970 and 2999. Time zone is GMT.
|
||||
It is supposed to match this GRUB line:
|
||||
@ -2696,6 +2705,9 @@ the very start of the ISO image.
|
||||
This System Area is reserved for system dependent boot software, e.g. an MBR
|
||||
which can be used to boot from USB stick or hard disk.
|
||||
@*
|
||||
Special disk_path "/dev/zero" causes 32k of NUL-bytes.
|
||||
Use this to discard an MBR which eventually was loaded with the ISO image.
|
||||
@*
|
||||
Other than a El Torito boot image, the file disk_path needs not to be added
|
||||
to the ISO image.
|
||||
@*
|
||||
@ -3753,6 +3765,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.
|
||||
@*
|
||||
@minus{}@minus{}sort-weight gets as argument a number and an iso_rr_path.
|
||||
The number becomes the LBA sorting weight of regular file iso_rr_path or
|
||||
of all regular files underneath directory iso_rr_path.
|
||||
(See -find -exec sort_weight).
|
||||
@*
|
||||
Adopted from grub-mkisofs are @minus{}@minus{}protective-msdos-label
|
||||
(see -boot_image grub partition_table=on) and
|
||||
@minus{}@minus{}modification-date=YYYYMMDDhhmmsscc
|
||||
|
Reference in New Issue
Block a user