Skip to content

Instantly share code, notes, and snippets.

@mcritchlow
Last active April 1, 2023 04:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mcritchlow/9688feaeedc9a6a0763a87a494c656b5 to your computer and use it in GitHub Desktop.
Save mcritchlow/9688feaeedc9a6a0763a87a494c656b5 to your computer and use it in GitHub Desktop.
Install terminus as console font for Solus
# install terminus console fonts (only)
wget https://sourceforge.net/projects/terminus-font/files/terminus-font-4.46/terminus-font-4.46.tar.gz/download -O terminus.tar.gz
tar -xvf terminus.tar.gz
cd terminus-font-4.46
./configure --prefix=/usr
make -j4 psf
sudo make install-psf
# add kernel parameter for vconsole.font
echo 'vconsole.font=ter-v32n' | sudo tee /etc/kernel/cmdline
# append kernel parameter to boot
sudo clr-boot-manager update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment