mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
fix dependencies
This commit is contained in:
parent
4a3db40894
commit
74ae101ed9
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ ansible_inventory:
|
||||||
.PHONY: $(VM_TESTS) install-deps
|
.PHONY: $(VM_TESTS) install-deps
|
||||||
|
|
||||||
install-deps:
|
install-deps:
|
||||||
$(install_pkg) qemu qemu-utils xorriso qemu-system-x86 netcat socat jq ansible curl
|
$(install_pkg) qemu-system qemu-utils xorriso qemu-system-x86 ncat socat jq ansible curl
|
||||||
|
|
||||||
files/mnt/iso:
|
files/mnt/iso:
|
||||||
$(if $(wildcard files/mnt),,mkdir files/mnt)
|
$(if $(wildcard files/mnt),,mkdir files/mnt)
|
||||||
|
|
@ -97,4 +97,4 @@ start_vm: install_os
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "VM ready for tests at IP $(VM_IP):$(VM_PORT)"
|
echo "VM ready for tests at IP $(VM_IP):$(VM_PORT)"
|
||||||
echo $$QEMU_PID > start_vm
|
echo $$QEMU_PID > start_vm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue