From 768dac4b7e15e9d23937065658477a7e85475548 Mon Sep 17 00:00:00 2001 From: cat Date: Thu, 19 Feb 2026 17:25:02 +0300 Subject: [PATCH] =?UTF-8?q?run=20archlinux=20iso=20in=20qemu=20=D1=8F=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B8=D0=BF=D0=B0=D0=B2=D1=81=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index e7be8ac..965fb32 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -20,4 +20,4 @@ jobs: - name: run iso run: | - qemu-system-x86_64 -boot d -cdrom archlinux-2026.02.01-x86_64.iso -m 2048 -nographic -serial stdio \ No newline at end of file + qemu-system-x86_64 -cdrom archlinux-2026.02.01-x86_64.iso -m 2048 -serial stdio -display none \ No newline at end of file