diff options
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 3 | ||||
-rwxr-xr-x | source/installer/sources/initrd/etc/rc.d/rc.font | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 173f898f..fff6fedd 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Thu Sep 13 19:42:20 UTC 2018 + Load ter-114v.psf.gz in rc.font. ++--------------------------+ Mon Sep 10 20:41:59 UTC 2018 Switch to ter-114v.psf.gz as the consolefont. It has been reported that the font we were using (ter-v14v.psf.gz) restricts the available console colors diff --git a/source/installer/sources/initrd/etc/rc.d/rc.font b/source/installer/sources/initrd/etc/rc.d/rc.font index 7d4d75ba..feefdd10 100755 --- a/source/installer/sources/initrd/etc/rc.d/rc.font +++ b/source/installer/sources/initrd/etc/rc.d/rc.font @@ -38,10 +38,10 @@ if ! grep -wq nofont /proc/cmdline ; then # done # fi # else - if [ -r /usr/share/kbd/consolefonts/ter-v14v.psf.gz ]; then + if [ -r /usr/share/kbd/consolefonts/ter-114v.psf.gz ]; then create_tty for tty in /dev/tty{1,2,3,4} ; do - setfont -C $tty /usr/share/kbd/consolefonts/ter-v14v.psf.gz + setfont -C $tty /usr/share/kbd/consolefonts/ter-114v.psf.gz done fi # fi |