From b17b367903ae8663c5597062dcd14dca487cddd9 Mon Sep 17 00:00:00 2001 From: cat Date: Thu, 19 Feb 2026 17:20:49 +0300 Subject: [PATCH] =?UTF-8?q?run=20archlinux=20iso=20in=20qemu=20=D0=A7?= =?UTF-8?q?=D0=81=20=D0=A2=D0=90=D0=9A=20=D0=A1=D0=9B=D0=9E=D0=96=D0=9D?= =?UTF-8?q?=D0=90=20=D0=A4=D0=A3?= 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 757d1a7..e7be8ac 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 mon:stdio -append "console=ttyS0" \ No newline at end of file + 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