From 55af35eeeb3026ee9aba3658b7ba12d6ea3a5015 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 9 Dec 2019 18:08:02 +0100 Subject: riostart: when system uses serial console, provide a system shell on it on systems with serial console and graphics such as the raspberry pi, it is nice to get a system shell on the serial console even when no monitor is connected. --- sys/lib/dist/usr/glenda/bin/rc/riostart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/lib/dist/usr/glenda/bin/rc/riostart b/sys/lib/dist/usr/glenda/bin/rc/riostart index 3f53b2728..fde27dff3 100755 --- a/sys/lib/dist/usr/glenda/bin/rc/riostart +++ b/sys/lib/dist/usr/glenda/bin/rc/riostart @@ -1,3 +1,6 @@ #!/bin/rc window 0,0,161,117 stats -lmisce window -miny 130 + +# run a system shell on the serial console +~ $#console 0 || window -scroll console -- cgit v1.2.3