From 825101ae9c1640da82f5866ea8400337f18ffa8c Mon Sep 17 00:00:00 2001 From: Le0xFF <43521247+Le0xFF@users.noreply.github.com> Date: Sun, 3 Sep 2023 10:43:47 +0200 Subject: [PATCH] Set console font to avoid kdfontop.c errors --- old_unused/chroot.sh | 3 +++ vli.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/old_unused/chroot.sh b/old_unused/chroot.sh index f59c2d9..3b1068b 100644 --- a/old_unused/chroot.sh +++ b/old_unused/chroot.sh @@ -169,6 +169,9 @@ EOF done fi + # Set console font to avoid kdfontop.c errors + sed -i "/#FONT/s/^#//" /etc/rc.conf + # Set hostname while true; do header_ic diff --git a/vli.sh b/vli.sh index c1437a5..ea5f7ff 100755 --- a/vli.sh +++ b/vli.sh @@ -301,6 +301,9 @@ EOF done fi + # Set console font to avoid kdfontop.c errors + sed -i "/#FONT/s/^#//" /etc/rc.conf + # Set hostname while true; do header_ic