* floppy disks are now unsupported

* ram disks are supported
This commit is contained in:
age 2008-02-17 16:36:43 +00:00
parent 5aba14b469
commit 22eaddc496
3 changed files with 9 additions and 14 deletions

View file

@ -3,6 +3,7 @@
# comma separated list of possible prefixes for accesible devices
# beware: .e.g "/dev/hd" grants access to _all_ harddisks
# take care, that the user 'cryptobox' has write access to these devices
# (floppy disks are not supported)
AllowedDevices = /dev/loop, /dev/ubdb
# use separate config partition? (1=yes / 0=no)