From 8e203723ef86b1e4e9434b929bda2c7184dd0837 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 10 Jun 2020 14:01:07 -0400 Subject: [PATCH] Further tweak esxi deployment support Try removing the exec, as memory seems constrained in exec case for some reason. Specify behavior when dealing with existing vmfs. --- confluent_osdeploy/esxi7/initramfs/bin/dcuiweasel | 2 +- confluent_osdeploy/esxi7/profiles/hypervisor/kickstart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_osdeploy/esxi7/initramfs/bin/dcuiweasel b/confluent_osdeploy/esxi7/initramfs/bin/dcuiweasel index a573bc4d..f25b5b04 100644 --- a/confluent_osdeploy/esxi7/initramfs/bin/dcuiweasel +++ b/confluent_osdeploy/esxi7/initramfs/bin/dcuiweasel @@ -24,4 +24,4 @@ chmod +x /tmp/makeksnet rootpw=$(grep ^rootpassword: /etc/confluent/confluent.deploycfg|sed -e 's/^rootpassword: //') echo rootpw --iscrypted $rootpw > /tmp/rootuser export BOOT_CMDLINE=ks=/etc/confluent/ks.cfg -exec /bin/install +/bin/install diff --git a/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart b/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart index 5c3c17f2..e6dcbd5b 100644 --- a/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart +++ b/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart @@ -1,5 +1,5 @@ accepteula -install --firstdisk +install --firstdisk --preservevmfs %include /tmp/ksnet %include /tmp/rootuser reboot