Persistent font console change

Issues related to applications and software problems
Post Reply
nejnej25
Posts: 1
Joined: 2018/01/23 03:07:41

Persistent font console change

Post by nejnej25 » 2018/01/23 05:22:33

My goal is to set my console font. Now, I changed /etc/vconsole.conf FONT=ter-v12n then I execute setfont ter-v12n and it works.

Now I want to make it persistent across reboots. First I edit rc.local add setfont there and give execute permission. I reboot my machine and it does not work. My second plan is I created custom service inside that service my After=network.target, my ExecStart=/usr/bin/setfont ter-v12n and Wantedby=multi-user.target. Now, I enabled it and reboot but still doesnt work.

Any recommendation? Thanks!

Post Reply