From 9cc5b5f98c9d05faff47808600e9de3c851054c8 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 18 Jun 2020 12:49:05 -0400 Subject: [PATCH] Add rhvh4 to profile list --- 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 0fe3c3ab..18980401 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 el8 suse15 ubuntu20.04; do +for os in rhvh4 el8 suse15 ubuntu20.04; do mkdir ${os}out cd ${os}out cp -a ../opt . @@ -46,7 +46,7 @@ cp -a esxi7out esxi6out cp -a esxi7 esxi6 %install -for os in el8 suse15 ubuntu20.04 esxi6 esxi7; do +for os in rhvh4 el8 suse15 ubuntu20.04 esxi6 esxi7; 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