summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-02 18:21:56 +0200
committerGitHub <noreply@github.com>2024-07-02 18:21:56 +0200
commit9d79c0c6090994640967cb2b4ace822efd611a3a (patch)
treee9517719856c1ff5b0b0bb775e9feb5ea1057f5d /Makefile
parent057db80447b3dd31d093092036ffa7f4c875f88a (diff)
parent9883b41b6713d17518e20259e83cf5db32080e79 (diff)
downloadvyos-build-9d79c0c6090994640967cb2b4ace822efd611a3a.tar.gz
vyos-build-9d79c0c6090994640967cb2b4ace822efd611a3a.zip
Merge pull request #680 from c-po/no-legacy
T6527: remove legacy packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 15c3abc3..48225d6c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,17 +21,12 @@ checkiso:
.PHONY: test
.ONESHELL:
test: checkiso
- scripts/check-qemu-install --debug --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso
+ scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso
.PHONY: test-no-interfaces
.ONESHELL:
test-no-interfaces: checkiso
- scripts/check-qemu-install --debug --match="$(MATCH)" --no-interfaces build/live-image-amd64.hybrid.iso
-
-.PHONY: testd
-.ONESHELL:
-testd: checkiso
- scripts/check-qemu-install --debug --configd build/live-image-amd64.hybrid.iso
+ scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi --no-interfaces build/live-image-amd64.hybrid.iso
.PHONY: testc
.ONESHELL: