# HG changeset patch # User John Floren # Date 1314746831 25200 # Node ID 7cb840fcb81a15110191258003a6571597374348 # Parent d8862d9c78f468ebe8dc7a8baf3d7cd13d7d4f34 start9vx: script to launch 9vx sys/lib/newuser: use new fonts usr/glenda/lib/profile: use new fonts R=nix-dev CC=nix-dev http://codereview.appspot.com/4950054 diff -r d8862d9c78f4 -r 7cb840fcb81a start9vx --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/start9vx Tue Aug 30 16:27:11 2011 -0700 @@ -0,0 +1,2 @@ +#!/bin/sh +9vx -r . -u glenda diff -r d8862d9c78f4 -r 7cb840fcb81a sys/lib/newuser --- a/sys/lib/newuser Tue Aug 30 16:13:55 2011 -0700 +++ b/sys/lib/newuser Tue Aug 30 16:27:11 2011 -0700 @@ -24,7 +24,9 @@ bind -a $x^home/bin/rc /bin bind -a $x^home/bin/$x^cputype /bin bind -c $x^home/tmp /tmp -font = /lib/font/bit/pelm/euro.9.font +font = /lib/font/bit/anonpro/anon.14.font +# Make acme happy +fn acme { /bin/acme -f $font $* } switch($x^service){ case terminal plumber @@ -50,7 +52,7 @@ news if (! test -e /mnt/term/mnt/wsys) { # cpu call from drawterm - font=/lib/font/bit/pelm/latin1.8.font + font = /lib/font/bit/anonpro/anon.14.font plumber auth/factotum exec rio diff -r d8862d9c78f4 -r 7cb840fcb81a usr/glenda/lib/profile --- a/usr/glenda/lib/profile Tue Aug 30 16:13:55 2011 -0700 +++ b/usr/glenda/lib/profile Tue Aug 30 16:27:11 2011 -0700 @@ -3,7 +3,9 @@ bind -c tmp /tmp if(! syscall create /tmp/xxx 1 0666 >[2]/dev/null) ramfs # in case we're running off a cd -font = /lib/font/bit/pelm/euro.9.font +font = /lib/font/bit/anonpro/anon.14.font +# This makes life happy +fn acme { /bin/acme -f $font $* } upas/fs fn cd { builtin cd $* && awd } # for acme switch($service){ @@ -27,7 +29,7 @@ fn cpu%{ $* } news if (! test -e /mnt/term/mnt/wsys) { # cpu call from drawterm - font=/lib/font/bit/pelm/latin1.8.font + font=/lib/font/bit/anonpro/anon.14.font exec rio } case con