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.
This commit is contained in:
parent
57dbe35fb6
commit
55af35eeeb
1 changed files with 3 additions and 0 deletions
3
sys/lib/dist/usr/glenda/bin/rc/riostart
vendored
3
sys/lib/dist/usr/glenda/bin/rc/riostart
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue