added MEMSIZE option to uml-setup.sh

changed default cipher to plain aes without essiv (otherwise it does not work with the uml-kernel)
This commit is contained in:
lars 2006-10-26 12:30:44 +00:00
parent 0d41663ec3
commit a2043742e0
2 changed files with 6 additions and 4 deletions

View file

@ -2,14 +2,15 @@
# comma separated list of possible prefixes for accesible devices
# beware: .e.g "/dev/hd" grants access to _all_ harddisks
AllowedDevices = /dev/loop
AllowedDevices = /dev/loop, /dev/ubdb
# the default name prefix of not unnamed containers
DefaultVolumePrefix = "Data "
# which cipher should cryptsetup-luks use?
DefaultCipher = aes-cbc-essiv:sha256
#TODO: uml does not support this module - DefaultCipher = aes-cbc-essiv:sha256
DefaultCipher = aes-plain
# label of the configuration partition (you should never change this)
ConfigVolumeLabel = cbox_config