From f30e2135d588b38f7f41125fcd8c6d7f6550ee0d Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 12 Jun 2026 07:42:10 -0400 Subject: [PATCH] Store inst.script where Suse16 agama will actually read it Agama ignores the dracut cmdline.d and uses only /proc/cmdline Good news is they have their own agama.conf and they append to it rather than rewrite it. --- .../initramfs/var/lib/dracut/hooks/pre-trigger/01-confluent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/suse16/initramfs/var/lib/dracut/hooks/pre-trigger/01-confluent.sh b/confluent_osdeploy/suse16/initramfs/var/lib/dracut/hooks/pre-trigger/01-confluent.sh index c59d914e..a199df99 100644 --- a/confluent_osdeploy/suse16/initramfs/var/lib/dracut/hooks/pre-trigger/01-confluent.sh +++ b/confluent_osdeploy/suse16/initramfs/var/lib/dracut/hooks/pre-trigger/01-confluent.sh @@ -260,7 +260,7 @@ ISOSRC=$(blkid -t TYPE=iso9660|grep -Ei ' LABEL="'$ID-$VERSION_ID|sed -e s/:.*// if [ -z "$ISOSRC" ]; then echo root=live:$proto://$mgr/confluent-public/os/$profilename/distribution/1/LiveOS/squashfs.img >> /etc/cmdline.d/01-confluent.conf echo inst.install_url=$proto://$mgr/confluent-public/os/$profilename/distribution/1 >> /etc/cmdline.d/01-confluent.conf - echo inst.script=$proto://$mgr/confluent-public/os/$profilename/autoinstall.sh >> /etc/cmdline.d/01-confluent.conf + echo -n inst.script=$proto://$mgr/confluent-public/os/$profilename/autoinstall.sh" " >> /run/agama/cmdline.d/agama.conf #echo inst.=$proto://$mgr/confluent-public/os/$profilename/distribution >> /etc/cmdline.d/01-confluent.conf #root=anaconda-net:$proto://$mgr/confluent-public/os/$profilename/distribution #export root