summaryrefslogtreecommitdiff
path: root/usr/glenda/lib
diff options
context:
space:
mode:
Diffstat (limited to 'usr/glenda/lib')
-rw-r--r--usr/glenda/lib/profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/glenda/lib/profile b/usr/glenda/lib/profile
index 79aebb7e0..86c54a22c 100644
--- a/usr/glenda/lib/profile
+++ b/usr/glenda/lib/profile
@@ -1,6 +1,7 @@
bind -a $home/bin/rc /bin
bind -a $home/bin/$cputype /bin
mount -qC /srv/cwfs /n/other other
+bind -qc /n/other/dist /dist
bind -qc /n/other/usr/$user/tmp $home/tmp
bind -c $home/tmp /tmp
if(! syscall create /tmp/xxx 1 0666 >[2]/dev/null)
@@ -16,7 +17,7 @@ case terminal
echo -n 'res 3' > '#m/mousectl'
prompt=('term% ' ' ')
fn term%{ $* }
- exec rio -i riostart
+ exec rio -s -i riostart
case cpu
if (test -e /mnt/term/mnt/wsys) { # rio already running
bind -a /mnt/term/mnt/wsys /dev
@@ -30,7 +31,7 @@ case cpu
fn cpu%{ $* }
if (! test -e /mnt/term/mnt/wsys) { # cpu call from drawterm
font=/lib/font/bit/pelm/latin1.8.font
- exec rio
+ exec rio -s
}
case con
prompt=('cpu% ' ' ')