mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Fix Container Copying to Directory (#41)
This commit is contained in:
parent
0b68c00dcf
commit
54d89036fb
6 changed files with 127 additions and 51 deletions
4
Makefile
4
Makefile
|
|
@ -34,7 +34,7 @@ ifeq ($(WEB_UI),true)
|
|||
_LORAX_ARGS += -i anaconda-webui
|
||||
endif
|
||||
|
||||
# Step 7: Buid end ISO
|
||||
# Step 7: Build end ISO
|
||||
## Default action
|
||||
build/deploy.iso: boot.iso container/$(IMAGE_NAME)-$(IMAGE_TAG) xorriso/input.txt
|
||||
mkdir $(_BASE_DIR)/build || true
|
||||
|
|
@ -177,7 +177,7 @@ clean:
|
|||
rm -f $(_BASE_DIR)/*.log || true
|
||||
|
||||
install-deps:
|
||||
dnf install -y lorax xorriso skopeo
|
||||
dnf install -y lorax xorriso skopeo coreutils
|
||||
|
||||
test-iso:
|
||||
$(eval _TESTS = $(filter-out README.md,$(shell ls tests/iso)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue