Browse code

add missing option to sample ks config

Change-Id: I3d222bb4bb0cc41aace5d05aa7f7e721bf6e7e85
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6517
Tested-by: michellew <michellew@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Priyesh Padmavilasom authored on 2019/01/17 10:17:20
Showing 1 changed files
... ...
@@ -18,5 +18,6 @@
18 18
                 		"#!/bin/sh",
19 19
                     	"echo \"Hello World\" > /etc/postinstall"
20 20
                    ],
21
-    "public_key": "<ssh-key-here>"
21
+    "public_key": "<ssh-key-here>",
22
+    "install_linux_esx": false
22 23
 }