installer/vmdk_sample_config.json
f4d17450
 {
 	"hostname": "photon-machine",
 	"password": 
 		{
 			"crypted": false,
 			"text": "root"
 		},
 	"type": "minimal",
     "size": {"root": "5", "swap": "3"},
3199310b
     "public_key": "<ssh-key-here>"
f4d17450
 }