From 9ad5f52eede8084a455aa4c7a436e3dec756d944 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 22 Jun 2021 16:37:04 -0400 Subject: [PATCH] Package up suse diskless support --- confluent_osdeploy/confluent_osdeploy.spec.tmpl | 2 +- imgutil/confluent_imgutil.spec.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_osdeploy/confluent_osdeploy.spec.tmpl b/confluent_osdeploy/confluent_osdeploy.spec.tmpl index 293d956f..95ad9088 100644 --- a/confluent_osdeploy/confluent_osdeploy.spec.tmpl +++ b/confluent_osdeploy/confluent_osdeploy.spec.tmpl @@ -37,7 +37,7 @@ for os in rhvh4 el7 genesis el8 suse15 ubuntu20.04 coreos; do mv ../addons.cpio . cd .. done -for os in el8; do +for os in el8 suse15; do mkdir ${os}disklessout cd ${os}disklessout cp -a ../opt . diff --git a/imgutil/confluent_imgutil.spec.tmpl b/imgutil/confluent_imgutil.spec.tmpl index f334deea..b5747508 100644 --- a/imgutil/confluent_imgutil.spec.tmpl +++ b/imgutil/confluent_imgutil.spec.tmpl @@ -20,7 +20,7 @@ mkdir -p opt/confluent/lib/imgutil mkdir -p opt/confluent/bin mv imgutil opt/confluent/bin/ chmod a+x opt/confluent/bin/imgutil -mv el8 opt/confluent/lib/imgutil/ +mv suse15 el8 opt/confluent/lib/imgutil/ %install cp -a opt %{buildroot}/