New option -read_mkisofsrc interprets .mkisofsrc
This commit is contained in:
@ -3813,7 +3813,7 @@ Personality "@strong{mkisofs}" accepts the options listed with:
|
||||
@*
|
||||
-as mkisofs -help @minus{}@minus{}
|
||||
@*
|
||||
Among them: -R (always on), -r, -J, -o, -M, -C, -dir-mode,
|
||||
Among them: -R (always on), -r, -J, -o, -M, -C, -dir-mode, -file-mode,
|
||||
-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, -G,
|
||||
@ -3874,11 +3874,11 @@ Personalites "@strong{xorrisofs}", "@strong{genisoimage}",
|
||||
and "@strong{genisofs}" are aliases for "mkisofs".
|
||||
@*
|
||||
If xorriso is started with one of the leafnames "xorrisofs", "genisofs",
|
||||
"mkisofs", or "genisoimage", then it automatically prepends -as "genisofs"
|
||||
to the command line arguments. I.e. all arguments will be interpreted mkisofs
|
||||
style until "@minus{}@minus{}" is encountered.
|
||||
From then on, options are interpreted
|
||||
as xorriso options.
|
||||
"mkisofs", or "genisoimage", then it performs -read_mkisofsrc and prepends
|
||||
-as "genisofs" to the command line arguments.
|
||||
I.e. all arguments will be interpreted mkisofs style until "@minus{}@minus{}"
|
||||
is encountered.
|
||||
From then on, options are interpreted as xorriso options.
|
||||
@*
|
||||
@sp 1
|
||||
|
||||
@ -3926,6 +3926,22 @@ to the command line arguments. I.e. all arguments will be interpreted cdrecord
|
||||
style until "@minus{}@minus{}" is encountered and an eventual commit happens.
|
||||
From then on, options are interpreted as xorriso options.
|
||||
@c man .TP
|
||||
@item -read_mkisofsrc
|
||||
@kindex -read_mkisofsrc searches and reads .mkisofsrc file
|
||||
@cindex Emulation, .mkisofsrc, -read_mkisofsrc
|
||||
Try one by one to open for reading:
|
||||
./.mkisofsrc , $MKISOFSRC , $HOME/.mkisofsrc , $(basename $0)/.mkisofs
|
||||
@*
|
||||
On success interpret the file content as of man mkisofs CONFIGURATION,
|
||||
and end this command. Do not try further files.
|
||||
The last address is used only if start argument 0 has a non-trivial basename.
|
||||
@*
|
||||
The reader currently interprets the following NAME=VALUE pairs:
|
||||
APPI (-application_id) , PUBL (-publisher) , SYSI (-system_id) ,
|
||||
VOLI (-volid) , VOLS (-volset_id)
|
||||
@*
|
||||
Any other lines will be silently ignored.
|
||||
@c man .TP
|
||||
@item -pacifier behavior_code
|
||||
@kindex -pacifier controls pacifier text form
|
||||
@cindex Emulation, pacifier form, -pacifier
|
||||
@ -4871,6 +4887,10 @@ to read and execute lines from the following files:
|
||||
@sp 1
|
||||
The files are read in the sequence given above, but none of them is required
|
||||
to exist.
|
||||
@*
|
||||
If mkisofs emulation was enabled by program name "xorrisofs", "mkisofs",
|
||||
"genisoimage", or "genisofs", then afterwards -read_mkisofsrc is performed,
|
||||
which reads .mkisofsrc files. See there.
|
||||
@c man .SS
|
||||
@c man .B Runtime control files:
|
||||
@section Runtime control files
|
||||
|
Reference in New Issue
Block a user