From acbe229a3d4005ff7fac038116b64cf7c0f0f50a Mon Sep 17 00:00:00 2001 From: Noel Miller <4983138+noelmiller@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:46:09 -0600 Subject: [PATCH] fix: removed override language macro that sets language to english (#44) The default is all languages and not just english. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 636cbc1..33cb762 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,8 @@ lorax_templates/%.tmpl: lorax_templates/%.tmpl.in # Step 2: Build boot.iso using Lorax boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.tmpl - rm -Rf $(_BASE_DIR)/results + rm -Rf $(_BASE_DIR)/results || true + rm /etc/rpm/macros.image-language-conf || true # Set the enrollment password sed 's/@ENROLLMENT_PASSWORD@/$(ENROLLMENT_PASSWORD)/' $(_BASE_DIR)/scripts/enroll-secureboot-key.sh.in > $(_BASE_DIR)/scripts/enroll-secureboot-key.sh