From a117aace05512a03779a95d2003830225a797c6f Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 16 Jun 2026 16:37:31 -0400 Subject: [PATCH] Fix suse16 firstboot behavior --- confluent_osdeploy/suse16/profiles/server/scripts/post.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/confluent_osdeploy/suse16/profiles/server/scripts/post.sh b/confluent_osdeploy/suse16/profiles/server/scripts/post.sh index 432d54e3..fd54308d 100644 --- a/confluent_osdeploy/suse16/profiles/server/scripts/post.sh +++ b/confluent_osdeploy/suse16/profiles/server/scripts/post.sh @@ -57,7 +57,8 @@ ExecStart=/opt/confluent/bin/firstboot.sh WantedBy=multi-user.target EOF -systemctl enable firstboot +chmod +x /opt/confluent/bin/firstboot.sh +systemctl enable confluent-firstboot systemctl enable sshd python3 /opt/confluent/bin/apiclient /confluent-api/self/updatestatus -d 'status: staged'