We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d053782 + 1abb140 commit de683dcCopy full SHA for de683dc
Makefile
@@ -72,12 +72,12 @@ linux-keyring.gpg: $(sort $(wildcard kernel.org-*.asc))
72
.INTERMEDIATE: $(SRC_TARFILE)$(UNTRUSTED_SUFF) $(SPI_SRC_TARFILE)$(UNTRUSTED_SUFF)
73
%.tar$(UNTRUSTED_SUFF): %.tar.xz$(UNTRUSTED_SUFF)
74
if [ -f /usr/bin/qvm-run-vm ]; \
75
- then qvm-run-vm --dispvm 2>/dev/null xzcat <$< > $@; \
+ then qvm-run-vm --no-gui --dispvm 2>/dev/null xzcat <$< > $@; \
76
else xzcat <$< > $@; fi
77
78
%.tar$(UNTRUSTED_SUFF): %.tar.gz$(UNTRUSTED_SUFF)
79
80
- then qvm-run-vm --dispvm 2>/dev/null zcat <$< > $@; \
+ then qvm-run-vm --no-gui --dispvm 2>/dev/null zcat <$< > $@; \
81
else zcat <$< > $@; fi
82
83
ifeq ($(VERIFICATION),signature)
0 commit comments