From 5a22168657b4705537ac41ef24519e0eec3f2390 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 7 May 2020 08:57:15 -0400 Subject: [PATCH] Touch up profile label for SUSE --- confluent_osdeploy/suse15/profiles/default/initprofile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_osdeploy/suse15/profiles/default/initprofile.sh b/confluent_osdeploy/suse15/profiles/default/initprofile.sh index 110fca60..d60ac3bf 100644 --- a/confluent_osdeploy/suse15/profiles/default/initprofile.sh +++ b/confluent_osdeploy/suse15/profiles/default/initprofile.sh @@ -1,4 +1,5 @@ #!/bin/sh +sed -i 's/sle 15/SUSE Linux Enterprise 15/; s/opensuse_leap/openSUSE Leap/' $2/profile.yaml ln -s $1/1/boot/x86_64/loader/linux $2/boot/kernel && \ ln -s $1/1/boot/x86_64/loader/initrd $2/boot/initramfs/distribution && \ mkdir -p $2/boot/media/EFI/BOOT && \