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