1 # This is an example for a xorriso startup file. 2 # If found at one of the following addresses then its text lines will get 3 # executed by xorriso as commands before any of its program arguments: 4 # /etc/default/xorriso 5 # /etc/opt/xorriso/rc 6 # /etc/xorriso/xorriso.conf 7 # $HOME/.xorrisorc 8 # Note: Command -no_rc as first program argument prevents this execution. 9 10 11 # Disallow the use of hard disk /dev/sda and its partitions as 12 # pseudo-drive (e.g. as output target of an ISO image). 13 14 -drive_class banned /dev/sda* 15 16 17 # Allow the use of /dev/sdb, /dev/sdc, and /dev/sdd as pseudo-drives 18 # without the prefix "stdio:" which is usually required for device addresses 19 # which begin by "/dev/" but represent no CD drives. 20 21 -drive_class harmless /dev/sd[bcd] 22