Dave Reisner dreisner@archlinux.org on Fri, 2012/11/23 18:48:
- Dropping support for /etc/rc.conf. This means that the keymap and consolefont hooks will no longer read from /etc/rc.conf, but only from /etc/vconsole.conf and /etc/locale.conf. We've been slowly dropping this support in other places, and I think it makes sense to do this here as well.
This is from 'man vconsole.conf':
FONT=, FONT_MAP=, FONT_UNIMAP= Configures the console font, the console map and the unicode font map.
The hook looks for variable CONSOLEFONT, though. This should be just 'FONT', no?