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:
parent
718e8313e0
commit
e7c5ce7047
2 changed files with 2 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -50,7 +50,8 @@ lorax_templates/%.tmpl: lorax_templates/%.tmpl.in
|
|||
|
||||
# Step 3: Build boot.iso using Lorax
|
||||
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) \
|
||||
--isfinal --squashfs-only --buildarch=$(ARCH) --volid=$(_VOLID) \
|
||||
$(_LORAX_ARGS) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue