From 8f5e8eb284430543c041b650084752a09f201b72 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Wed, 6 Sep 2023 22:25:38 +0200 Subject: ./boot: pass through C-c --- boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') diff --git a/boot b/boot index 90c7309..cb1c4a7 100755 --- a/boot +++ b/boot @@ -14,7 +14,7 @@ QEMU=qemu-system-x86_64 QDISPLAY="-display none" QNET="-nic user,model=rtl8139,mac=52:54:00:ca:77:1a,net=192.168.0.0/24,hostfwd=tcp::12380-192.168.0.11:80,id=n1" QKVM="-enable-kvm" -QTTY="-serial stdio" +QTTY="-serial mon:stdio" DRY_RUN= TEST_RUN= -- cgit v1.2.3