From 5c9633867cb592002f4bd19eabc25ed82589dd04 Mon Sep 17 00:00:00 2001 From: Eric Stumbo Date: Sat, 3 Jul 2021 16:39:28 -0400 Subject: [PATCH 1/2] adding note for password requirements if root password changed because of failed builds --- vmware-esxi/KS.CFG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vmware-esxi/KS.CFG b/vmware-esxi/KS.CFG index 0d3e7df5..46babd9f 100644 --- a/vmware-esxi/KS.CFG +++ b/vmware-esxi/KS.CFG @@ -1,7 +1,8 @@ vmaccepteula -# The root password for the deployed image. If changed be sure to update -# the vcenter script below. +# The root password for the deployed image. +# The root password must follow esxi password guidelines or install will fail. +# If changed be sure to updatethe vcenter script below. rootpw password123! install --firstdisk From 0e2866dd726c0a38cac3c547af8bdd189e66b2c2 Mon Sep 17 00:00:00 2001 From: Adam Collard Date: Tue, 26 Apr 2022 20:16:30 +0100 Subject: [PATCH 2/2] Fix typo in vmware-esxi/KS.CFG --- vmware-esxi/KS.CFG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware-esxi/KS.CFG b/vmware-esxi/KS.CFG index 46babd9f..d5493e03 100644 --- a/vmware-esxi/KS.CFG +++ b/vmware-esxi/KS.CFG @@ -2,7 +2,7 @@ vmaccepteula # The root password for the deployed image. # The root password must follow esxi password guidelines or install will fail. -# If changed be sure to updatethe vcenter script below. +# If changed be sure to update the vcenter script below. rootpw password123! install --firstdisk