installer/sample_ks.cfg
4967065a
 {
     "hostname": "photon-machine",
     "password": 
         {
             "crypted": false,
             "text": "VMware123!"
         },
     "disk": "/dev/sda",
c3771c35
     "partitions": [
                         {"mountpoint": "/", "size": 0, "filesystem": "ext4"},
                         {"mountpoint": "/boot", "size": 128, "filesystem": "ext4"},
                         {"mountpoint": "/root", "size": 128, "filesystem": "ext4"},
                         {"size": 128, "filesystem": "swap"}
                     ],
4967065a
     "type": "minimal",
2c551ef0
     "additional_packages": ["vim"],
4967065a
     "postinstall": [
                 		"#!/bin/sh",
                     	"echo \"Hello World\" > /etc/postinstall"
                    ],
3199310b
     "public_key": "<ssh-key-here>"
4967065a
 }