From 21cc9d66dbebb8c15f2a3c2d9a47775113664b21 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 16 Oct 2020 11:07:35 -0400 Subject: [PATCH] Correct execution of post.sh post.sh was not retrieved correctly, workaround by prefecting it to the expected place rather than letting yast do it. --- confluent_osdeploy/suse15/profiles/hpc/autoyast | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_osdeploy/suse15/profiles/hpc/autoyast b/confluent_osdeploy/suse15/profiles/hpc/autoyast index 90f0c48b..f38bdc9c 100644 --- a/confluent_osdeploy/suse15/profiles/hpc/autoyast +++ b/confluent_osdeploy/suse15/profiles/hpc/autoyast @@ -126,6 +126,7 @@ curl -f $proto://$mgr/confluent-public/os/$profile/scripts/firstboot.sh > /mnt/e curl -f $proto://$mgr/confluent-public/os/$profile/scripts/post.sh > /mnt/etc/confluent/post.sh chmod +x /mnt/etc/confluent/firstboot.sh chmod +x /mnt/etc/confluent/post.sh +cp /mnt/etc/confluent/post.sh /mnt/var/adm/autoinstall/scripts/ ]]>