From d4c41291decd0897a9b8f1ac9bb52572e393df4d Mon Sep 17 00:00:00 2001 From: cat Date: Thu, 19 Feb 2026 17:07:05 +0300 Subject: [PATCH] =?UTF-8?q?run=20archlinux=20iso=20in=20qemu=20=D1=8D?= =?UTF-8?q?=D1=8D=D1=8D=20=D0=BD=D1=83=D1=83=D1=83=20=D1=89=D0=B0=D1=81=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=BB=D0=B6=D0=BD=D0=BE=20=D1=80=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=82=D0=B0=D1=82=D1=8C?= 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 12e7155..51f00bb 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -20,4 +20,4 @@ jobs: - name: run iso run: | - qemu-system-x86_64 -cdrom archlinux-2026.02.01-x86_64.iso -m 2048 -nographic \ No newline at end of file + 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