xorrisofs: Files

 
 7 Files
 *******
 
 7.1 Startup Files
 =================
 
 
 If not -no_rc is given as the first argument then 'xorrisofs' attempts
 on startup to read and execute lines from the following files:
 
    /etc/default/xorriso
 /etc/opt/xorriso/rc
 /etc/xorriso/xorriso.conf
 $HOME/.xorrisorc
 
    The files are read in the sequence given here, but none of them is
 required to exist.  The lines are not interpreted as 'xorrisofs' options
 but as generic xorriso commands.  See man xorriso.  After the xorriso
 startup files, the program tries one by one to open for reading:
 
    ./.mkisofsrc
 $MKISOFSRC
 $HOME/.mkisofsrc
 $(dirname $0)/.mkisofsrc
 
    On success it interprets the file content and does not try further
 files.  The last address is used only if start argument 0 has a
 non-trivial dirname.
 The reader currently interprets the following NAME=VALUE pairs:
 
    APPI default for -A
 PUBL default for -publisher
 SYSI default for -sysid
 VOLI default for -V
 VOLS default for -volset
 
    Any other lines will be silently ignored.