Magellan Linux

Diff of /trunk/magellan-initscripts/etc/rc.config

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 127 by niro, Tue Mar 15 19:09:16 2005 UTC revision 128 by niro, Sat Jul 2 19:49:53 2005 UTC
# Line 1  Line 1 
1  #sets clock  # /etc/rc.config - global initscript settings
2  # utc / local  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.config,v 1.4 2005-07-02 19:49:53 niro Exp $
3    
4    # Use this to set up your hardware clock. You can choose between
5    # 'utc' and 'local'. If your hardware clock is set to UTC, the
6    # /etc/init.d/setclock script will convert the hardware clock's
7    # time to the local time using the /etc/localtime file (which
8    # tells the hwclock program which timezone the user is in).
9  CLOCK="local"  CLOCK="local"
10    
11  #default keymap  # This sets your default console keymap.
12    # You can look in the /usr/share/keymaps directory
13    # to determinate valid console keymaps.
14    # See the manpage loadkeys(1) for more information.
15  KEYMAP="de"  KEYMAP="de"
16    
17  # default console font  # This sets your default console font.
18    # You can look in the /usr/share/consolefonts directory
19    # to determinate valid console fonts.
20    # See the manpage setfonts(8) for more information.
21  CONSOLEFONT="default8x16"  CONSOLEFONT="default8x16"
22    
23  #default editor  # Use your preferred editor as default system-wide.
24  EDITOR="/usr/bin/nano"  EDITOR="/usr/bin/nano"
25    
26  #grafical login manager  # Define here your grafical login manager you want to
27    # use with the /etc/init.d/xdm initscript.
28    # Possible values are 'xdm', 'gdm' and 'kdm'.
29  #GLOGIN="xdm" # XDM  #GLOGIN="xdm" # XDM
30  #GLOGIN="gdm" # GDM  #GLOGIN="gdm" # GDM
31  GLOGIN="kdm" # KDM  GLOGIN="kdm" # KDM

Legend:
Removed from v.127  
changed lines
  Added in v.128