Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
fix: removed override language macro that sets language to english (#44)
Browse files Browse the repository at this point in the history
The default is all languages and not just english.
  • Loading branch information
noelmiller authored Feb 28, 2024
1 parent 3822a95 commit acbe229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acbe229

Please sign in to comment.