# /etc/rc.config - global initscript settings # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.config,v 1.4 2005-07-02 19:49:53 niro Exp $ # Use this to set up your hardware clock. You can choose between # 'utc' and 'local'. If your hardware clock is set to UTC, the # /etc/init.d/setclock script will convert the hardware clock's # time to the local time using the /etc/localtime file (which # tells the hwclock program which timezone the user is in). CLOCK="local" # This sets your default console keymap. # You can look in the /usr/share/keymaps directory # to determinate valid console keymaps. # See the manpage loadkeys(1) for more information. KEYMAP="de" # This sets your default console font. # You can look in the /usr/share/consolefonts directory # to determinate valid console fonts. # See the manpage setfonts(8) for more information. CONSOLEFONT="default8x16" # Use your preferred editor as default system-wide. EDITOR="/usr/bin/nano" # Define here your grafical login manager you want to # use with the /etc/init.d/xdm initscript. # Possible values are 'xdm', 'gdm' and 'kdm'. #GLOGIN="xdm" # XDM #GLOGIN="gdm" # GDM GLOGIN="kdm" # KDM