git: 9front

Download patch

ref: 1858a5fcc46320f384daa485079c68a980b779fc
parent: 3ab87c8ee15a26853ddc32dbb13bd2d46291b36d
author: cinap_lenrek <cinap_lenrek@flatbox.9hal>
date: Fri Mar 9 22:19:43 EST 2012

make vga font the default

--- a/sys/lib/dist/usr/glenda/lib/profile
+++ b/sys/lib/dist/usr/glenda/lib/profile
@@ -5,7 +5,7 @@
 bind -c $home/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/vga/vga.font
 fn cd { builtin cd $* && awd }  # for acme
 switch($service){
 case terminal
--- a/sys/lib/newuser
+++ b/sys/lib/newuser
@@ -24,7 +24,7 @@
 mount -qC /srv/cwfs /n/other other
 bind -qc /n/other/usr/$x^user/tmp $x^home/tmp
 bind -c $x^home/tmp /tmp
-font = /lib/font/bit/pelm/euro.9.font
+font=/lib/font/bit/vga/vga.font
 switch($x^service){
 case terminal
 	webcookies
--