From 9e00a9bfa88c313ce19e0c4b872e835423c1168f Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Thu, 9 May 2024 12:03:18 -0400 Subject: [PATCH] remove centos condition --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index bbfe4e9..362ee48 100644 --- a/Makefile +++ b/Makefile @@ -36,9 +36,6 @@ _VOLID := $(firstword $(subst -, ,$(IMAGE_NAME)))-$(ARCH)-$( ifeq ($(findstring redhat.repo,$(REPOS)),redhat.repo) export _RHEL := true _LORAX_TEMPLATES += $(call get_templates,rhel) -else ifeq ($(findstring centos.repo,$(REPOS)),centos.repo) -export _RHEL := true -_LORAX_TEMPLATES += $(call get_templates,rhel) else undefine _RHEL endif