summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt8
-rwxr-xr-xsource/installer/build_installer.sh2
2 files changed, 9 insertions, 1 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index adc0fb7e5..173f898f7 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,11 @@
+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
+ from 16 to 8 due to needing an extra bit for the higher number of available
+ glyphs (though in testing here I couldn't see any difference). The new font
+ covers ISO8859-1, ISO8859-15, and Windows-1252 codepages. I'm still not sure
+ it's the best choice, so additional input is welcomed.
++--------------------------+
Wed Jul 25 03:29:26 UTC 2018
Use ter-v14v.psf.gz as the consolefont. It supports more character sets, and
the larger font was causing wraparound on UEFI (at least on bare metal here).
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 60aeb5b9c..954bc4a5d 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -1010,7 +1010,7 @@ cp --remove-destination -fa${VERBOSE1} ${EXTRA_PKGS_USRBIN} \
cd $TMP/extract-packages/usr/share/kbd/consolefonts
mkdir -p $PKG/$ARCH-installer-filesystem/usr/share/kbd/consolefonts
cp --remove-destination -fa${VERBOSE1} \
- ter-v14v.psf.gz \
+ ter-114v.psf.gz \
$PKG/$ARCH-installer-filesystem/usr/share/kbd/consolefonts
# Copy binaries from /usr/sbin into the installer's /usr/sbin/