From 19874d8032b6d316e90979421e34586e54d8174f Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 21 May 2021 07:32:47 -0400 Subject: [PATCH] Add coreos support to build --- confluent_osdeploy/confluent_osdeploy.spec.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_osdeploy/confluent_osdeploy.spec.tmpl b/confluent_osdeploy/confluent_osdeploy.spec.tmpl index 7ff4f88b..a39e540a 100644 --- a/confluent_osdeploy/confluent_osdeploy.spec.tmpl +++ b/confluent_osdeploy/confluent_osdeploy.spec.tmpl @@ -25,7 +25,7 @@ cd utils make all cp copernicus clortho autocons ../opt/confluent/bin cd .. -for os in rhvh4 el7 genesis el8 suse15 ubuntu20.04; do +for os in rhvh4 el7 genesis el8 suse15 ubuntu20.04 coreos; do mkdir ${os}out cd ${os}out cp -a ../opt . @@ -48,7 +48,7 @@ cp -a esxi7out esxi6out cp -a esxi7 esxi6 %install -for os in rhvh4 el7 el8 genesis suse15 ubuntu20.04 esxi6 esxi7; do +for os in rhvh4 el7 el8 genesis suse15 ubuntu20.04 esxi6 esxi7 coreos; do mkdir -p %{buildroot}/opt/confluent/lib/osdeploy/$os/initramfs mkdir -p %{buildroot}/opt/confluent/lib/osdeploy/$os/profiles cp ${os}out/addons.* %{buildroot}/opt/confluent/lib/osdeploy/$os/initramfs