Magellan Linux

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

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

branches/unlabeled-1.1.1/magellan-initscripts/etc/rc.config revision 2 by niro, Mon Dec 13 22:52:07 2004 UTC trunk/magellan-initscripts/etc/rc.config revision 929 by niro, Thu Nov 5 12:55:50 2009 UTC
# Line 1  Line 1 
1    # /etc/rc.config - global initscript settings
2    # $Id$
3    
4  #sets clock  # Use this to set up your hardware clock. You can choose between
5  # utc / local  # '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 editor  # 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"
22    
23    # 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  #GLOGIN="xdm" # XDM  # use with the /etc/init.d/xdm initscript.
28  GLOGIN="kdm" # KDM  # Possible values are 'xdm', 'gdm' and 'kdm'.
29    GLOGIN="kdm"

Legend:
Removed from v.2  
changed lines
  Added in v.929