diff options
author | dzwdz | 2023-09-06 22:25:38 +0200 |
---|---|---|
committer | dzwdz | 2023-09-06 22:25:38 +0200 |
commit | 8f5e8eb284430543c041b650084752a09f201b72 (patch) | |
tree | f6bd674847b2b3dd6b14892443907ef738693566 /boot | |
parent | 9abbefe27ebb60106ea1b8f4f2969c8dd83ab401 (diff) |
./boot: pass through C-c
Diffstat (limited to 'boot')
-rwxr-xr-x | boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |