git: 9front

Download patch

ref: eed75d30b551b19e0f70cb5aca090baa2823f698
parent: 9fd5748d31cc68522cad7ad3afcf5a51c7020705
author: stanley lieber <stanley.lieber@gmail.com>
date: Mon Apr 9 07:01:02 EDT 2012

profile: use vga/unicode.font in default lib/profile

--- a/sys/lib/dist/usr/glenda/lib/profile
+++ b/sys/lib/dist/usr/glenda/lib/profile
@@ -35,7 +35,7 @@
 	prompt=('cpu% ' '	')
 	fn cpu%{ $* }
 	if (! test -e /mnt/term/mnt/wsys) {	# cpu call from drawterm
-		font=/lib/font/bit/pelm/latin1.8.font
+		font=/lib/font/bit/vga/unicode.font
 		exec rio
 	}
 case con
--- 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/vga/vga.font
+font=/lib/font/bit/vga/unicode.font
 switch($x^service){
 case terminal
 	webcookies
@@ -51,7 +51,7 @@
 	startupasfs
 	if (! test -e /mnt/term/mnt/wsys) {
 		# cpu call from drawterm
-		font=/lib/font/bit/pelm/latin1.8.font
+		font=/lib/font/bit/vga/unicode.font
 		plumber
 		auth/factotum
 		exec rio
--