Skip to content

Commit

Permalink
run-qemu.sh - changed chardev device to /dev/null as /dev/tty no long…
Browse files Browse the repository at this point in the history
…er works
  • Loading branch information
martinbond7 committed Jun 25, 2024
1 parent 5da7db7 commit d32929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [[ ! -f "$IMAGE" ]]; then
fi

if [[ -z "$GRAPHIC" ]]; then
OPTIONS="$OPTIONS -nographic --chardev file,path=/dev/tty,mux=on,id=c0 -mon chardev=c0 -serial chardev:c0"
OPTIONS="$OPTIONS -nographic --chardev file,path=/dev/null,mux=on,id=c0 -mon chardev=c0 -serial chardev:c0"
fi

set -x
Expand Down

0 comments on commit d32929d

Please sign in to comment.