From 33a6c47b482e817959c79af7c70cb084f4773354 Mon Sep 17 00:00:00 2001 From: Chris McGee Date: Fri, 4 Nov 2016 21:50:15 -0400 Subject: [PATCH] Move the initial rc shell window closer to the middle of the screen --- custom/riostart | 4 ++++ postsetup.rc | 2 ++ 2 files changed, 6 insertions(+) create mode 100755 custom/riostart diff --git a/custom/riostart b/custom/riostart new file mode 100755 index 0000000..648cd2e --- /dev/null +++ b/custom/riostart @@ -0,0 +1,4 @@ +#!/bin/rc +window 0,0,161,117 stats -lmisce +window 219,162,819,562 + diff --git a/postsetup.rc b/postsetup.rc index d073943..a6f64b9 100755 --- a/postsetup.rc +++ b/postsetup.rc @@ -34,6 +34,8 @@ rm /n/dos/* cp /arm/9pif /arm/9pif2 /n/dos cp $wd/bootfiles/* /n/dos +cp $wd/riostart /usr/glenda/bin/rc +chmod a+x /usr/glenda/bin/rc/riostart cp $wd/custom/termrc /bin/termrc cp $wd/custom/find9p /root/arm/bin chmod a+rx /root/arm/bin/find9p