1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

remove override

This commit is contained in:
Jason N. 2024-02-28 09:08:39 -05:00
parent 718e8313e0
commit e7c5ce7047
2 changed files with 2 additions and 3 deletions

View file

@ -50,7 +50,8 @@ lorax_templates/%.tmpl: lorax_templates/%.tmpl.in
# Step 3: Build boot.iso using Lorax # Step 3: Build boot.iso using Lorax
boot.iso: $(_LORAX_TEMPLATES) $(_REPO_FILES) boot.iso: $(_LORAX_TEMPLATES) $(_REPO_FILES)
rm -Rf $(_BASE_DIR)/results rm -Rf $(_BASE_DIR)/results || true
rm /etc/rpm/macros.image-language-conf || true
lorax -p $(IMAGE_NAME) -v $(VERSION) -r $(VERSION) -t $(VARIANT) \ lorax -p $(IMAGE_NAME) -v $(VERSION) -r $(VERSION) -t $(VARIANT) \
--isfinal --squashfs-only --buildarch=$(ARCH) --volid=$(_VOLID) \ --isfinal --squashfs-only --buildarch=$(ARCH) --volid=$(_VOLID) \
$(_LORAX_ARGS) \ $(_LORAX_ARGS) \

View file

@ -1,2 +0,0 @@
append /etc/anaconda/conf.d/disable_localization.conf "[Localization]"
append /etc/anaconda/conf.d/disable_localization.conf "use_geolocation = False"