From 2e0323e3337e6b8c297bddeea3977433b587e67a Mon Sep 17 00:00:00 2001 From: Markus Hilger Date: Mon, 7 Sep 2026 05:05:37 +0200 Subject: [PATCH] Run the SUSE 16 firstboot service only once 15 got this from AutoYaST init-scripts. 16 enables its own unit, so it has to disable it the way el8 and the diskless profiles do. --- confluent_osdeploy/suse16/profiles/server/scripts/firstboot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/confluent_osdeploy/suse16/profiles/server/scripts/firstboot.sh b/confluent_osdeploy/suse16/profiles/server/scripts/firstboot.sh index 6e3d3b7e..7216132e 100644 --- a/confluent_osdeploy/suse16/profiles/server/scripts/firstboot.sh +++ b/confluent_osdeploy/suse16/profiles/server/scripts/firstboot.sh @@ -38,3 +38,6 @@ run_remote_parts firstboot.d run_remote_config firstboot.d python3 /opt/confluent/bin/apiclient /confluent-api/self/updatestatus -d 'status: complete' + +systemctl disable confluent-firstboot +rm /etc/systemd/system/confluent-firstboot.service