Hi,

I want to change the default console font used to one I used to use on
slackware (m.fnt.gz), I have copied this font to the correct directory
(/usr/lib/kdb/consolefonts), but I'm not sure how to specify that the system uses it 
on bootup?

After looking in /etc/rc.d/rc.sysinit at this section:

if [ -x /sbin/setsysfont ]; then
    [ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n
    if [ -f /etc/sysconfig/console/$SYSFONT.psf.gz -o \
         -f /usr/lib/kbd/consolefonts/$SYSFONT.psf.gz -o \
         -f /etc/sysconfig/console/$SYSFONT.gz -o \
         -f /usr/lib/kbd/consolefonts/$SYSFONT.gz -o \
         -f /lib/kbd/consolefonts/$SYSFONT.gz -o \
         -f /lib/kbd/consolefonts/$SYSFONT.psf.gz ]; then
       action $"Setting default font ($SYSFONT): " /sbin/setsysfont
    fi
 fi

Looking at the above its loading the font from a pre defined variable
called $SYSFONT.

Is this the variable I would alter to use the font of my choice?

Thanks

Mark



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to