From fd9bdc00c31e9ec323f8fea16eccf4fd8d11f595 Mon Sep 17 00:00:00 2001 From: Markus Hilger Date: Mon, 7 Sep 2026 02:15:29 +0200 Subject: [PATCH] Ship the post.custom stub for SUSE 16 post.sh already runs it, so every install logged a 404 for it. --- .../suse16/profiles/server/scripts/post.custom | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 confluent_osdeploy/suse16/profiles/server/scripts/post.custom diff --git a/confluent_osdeploy/suse16/profiles/server/scripts/post.custom b/confluent_osdeploy/suse16/profiles/server/scripts/post.custom new file mode 100644 index 00000000..a841271b --- /dev/null +++ b/confluent_osdeploy/suse16/profiles/server/scripts/post.custom @@ -0,0 +1,16 @@ +#!/bin/sh + +# This script runs at the end of install in the installed system +# but still under the installer kernel. + +# This is a good place to run most customizations that do not have any +# dependency upon the install target kernel being active. + +# If there are dependencies on the kernel (drivers or special filesystems) +# then firstboot.sh would be the script to customize. + +. /etc/confluent/functions + +# Examples: +# run_remote script.sh +# run_remote_python script.py