#this file can be encrypted using "gpg -ac" as well
host=192.168.1.1
port=22222


#lvm for root dev
cmd_0_src="/dev/hda5"
cmd_0_dst="hda5_crypt"
cmd_0_pwd="lukspassword"


#when cmd_x_dst isn't specified, "vgchange -ay $cmd_x_src" will be executed instead of "cryptsetup luksOpen ..."
cmd_1_src="hda5_crypt"


#additional storage partition, plain luks, no LVM
cmd_2_src="/dev/md0"
cmd_2_dst="storage"
cmd_2_src="storage_password"
