profile: use vga/unicode.font in default lib/profile
This commit is contained in:
parent
2f2e313a47
commit
2279c86091
2 changed files with 3 additions and 3 deletions
2
sys/lib/dist/usr/glenda/lib/profile
vendored
2
sys/lib/dist/usr/glenda/lib/profile
vendored
|
@ -35,7 +35,7 @@ case cpu
|
||||||
prompt=('cpu% ' ' ')
|
prompt=('cpu% ' ' ')
|
||||||
fn cpu%{ $* }
|
fn cpu%{ $* }
|
||||||
if (! test -e /mnt/term/mnt/wsys) { # cpu call from drawterm
|
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
|
exec rio
|
||||||
}
|
}
|
||||||
case con
|
case con
|
||||||
|
|
|
@ -24,7 +24,7 @@ bind -a $x^home/bin/$x^cputype /bin
|
||||||
mount -qC /srv/cwfs /n/other other
|
mount -qC /srv/cwfs /n/other other
|
||||||
bind -qc /n/other/usr/$x^user/tmp $x^home/tmp
|
bind -qc /n/other/usr/$x^user/tmp $x^home/tmp
|
||||||
bind -c $x^home/tmp /tmp
|
bind -c $x^home/tmp /tmp
|
||||||
font=/lib/font/bit/vga/vga.font
|
font=/lib/font/bit/vga/unicode.font
|
||||||
switch($x^service){
|
switch($x^service){
|
||||||
case terminal
|
case terminal
|
||||||
webcookies
|
webcookies
|
||||||
|
@ -51,7 +51,7 @@ case cpu
|
||||||
startupasfs
|
startupasfs
|
||||||
if (! test -e /mnt/term/mnt/wsys) {
|
if (! test -e /mnt/term/mnt/wsys) {
|
||||||
# cpu call from drawterm
|
# cpu call from drawterm
|
||||||
font=/lib/font/bit/pelm/latin1.8.font
|
font=/lib/font/bit/vga/unicode.font
|
||||||
plumber
|
plumber
|
||||||
auth/factotum
|
auth/factotum
|
||||||
exec rio
|
exec rio
|
||||||
|
|
Loading…
Reference in a new issue