* unittests are using /dev/ubd* in uml

This commit is contained in:
age 2008-02-17 18:10:36 +00:00
parent b1c733cd52
commit 42a5e1bcc6

View file

@ -2,13 +2,13 @@
# comma separated list of possible prefixes for accesible devices
# beware: .e.g "/dev/hd" grants access to _all_ harddisks
AllowedDevices = /dev/loop, /dev/ubdb
AllowedDevices = /dev/ubd
# use separate config partition? (1=yes / 0=no)
UseConfigPartition = 1
# the default name prefix of not unnamed containers
DefaultVolumePrefix = "Disk "
DefaultVolumePrefix = "Disk"
# which cipher should cryptsetup-luks use?
#TODO: uml does not support this module - DefaultCipher = aes-cbc-essiv:sha256