From 1dbc0ad25384f9e594084e276cd70d47b93c514a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 6 Aug 2021 18:56:50 +0100 Subject: [PATCH] uml: work around uml console bug Signed-off-by: Ian Jackson --- psusan-uml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/psusan-uml b/psusan-uml index 3a22f77..a92e087 100755 --- a/psusan-uml +++ b/psusan-uml @@ -1,5 +1,19 @@ #!/bin/bash +rm -f q +mkfifo -m600 q + +( + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991958 + : q + printf '%s\n' "$banner" + cat +) -- 2.30.2