provide console specific stuff (esp. font and encoding) <BR> sysconfig /etc/sysconfig/console:<BR> <UL> <LI> CONSOLE_FONT string console font</LI> <LI> CONSOLE_SCREENMAP string console screenmap</LI> <LI> CONSOLE_UNICODEMAP string console unicode map</LI> <LI> CONSOLE_MAGIC string console magic control sequence</LI> <LI> CONSOLE_ENCODING string console encoding</LI> </UL>
List of Global Functions
Check - Check current configuration This function should be called to check consistency with other modules (mentioned as Depends in the header)
Console - constructor does nothing in initial mode restores console configuration from /etc/sysconfig in normal mode
Init - initialize console settings
Restore - restore data to system (rc.config agent) returns encoding
Save - save data to system (rc.config agent)
SelectFont - activate a language specific console font
List of Global Variables
Check current configuration This function should be called to check consistency with other modules (mentioned as Depends in the header)
Return value
boolean - 0 if no change 1 change due to dependency with other module 2 inconsistency detected
constructor does nothing in initial mode restores console configuration from /etc/sysconfig in normal mode
Return value
void