diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-02 18:21:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 18:21:56 +0200 |
commit | 9d79c0c6090994640967cb2b4ace822efd611a3a (patch) | |
tree | e9517719856c1ff5b0b0bb775e9feb5ea1057f5d /Makefile | |
parent | 057db80447b3dd31d093092036ffa7f4c875f88a (diff) | |
parent | 9883b41b6713d17518e20259e83cf5db32080e79 (diff) | |
download | vyos-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-- | Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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: |