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