Uncomment "FONT" line only

This commit is contained in:
Le0xFF 2023-10-02 17:42:24 +02:00
parent b84a3d6702
commit fb03a19e05
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ EOF
fi
# Set console font to avoid kdfontop.c errors
sed -i "/#FONT/s/^#//" /etc/rc.conf
sed -i "/#FONT=/s/^#//" /etc/rc.conf
# Set hostname
while true; do

2
vli.sh
View File

@ -302,7 +302,7 @@ EOF
fi
# Set console font to avoid kdfontop.c errors
sed -i "/#FONT/s/^#//" /etc/rc.conf
sed -i "/#FONT=/s/^#//" /etc/rc.conf
# Set hostname
while true; do