Set console font to avoid kdfontop.c errors

This commit is contained in:
Le0xFF 2023-09-03 10:43:47 +02:00
parent 945061d92f
commit 825101ae9c
2 changed files with 6 additions and 0 deletions

View File

@ -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

3
vli.sh
View File

@ -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