From c9fbab701ff57583733c84fa93889eacf422b861 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Wed, 13 Sep 2023 00:05:06 +0200 Subject: cmd/init: remove /initctl, use intr instead --- boot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'boot') diff --git a/boot b/boot index a1d3b8b..aa5f8c7 100755 --- a/boot +++ b/boot @@ -45,7 +45,6 @@ for opt; do mkfifo out/qemu.in out/qemu.out TEST_RUN=1 QTTY="-serial pipe:out/qemu" - POST="cat out/qemu.out" ;; --no-serial) QTTY="-serial none" @@ -64,6 +63,8 @@ elif [ -n "$TEST_RUN" ]; then echo "$CMD &" $CMD & + sleep 1 # dunno + # something eats the first character sent, so let's send a sacrificial newline echo > out/qemu.in # carry on with the tests -- cgit v1.2.3