Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 128 - (hide annotations) (download)
Sat Jul 2 19:49:53 2005 UTC (18 years, 10 months ago) by niro
File size: 1186 byte(s)
better descriptions

1 niro 128 # /etc/rc.config - global initscript settings
2     # $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 niro 2 CLOCK="local"
10    
11 niro 128 # 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 niro 2 KEYMAP="de"
16    
17 niro 128 # 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 niro 72 CONSOLEFONT="default8x16"
22    
23 niro 128 # Use your preferred editor as default system-wide.
24 niro 2 EDITOR="/usr/bin/nano"
25    
26 niro 128 # 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 niro 2 #GLOGIN="xdm" # XDM
30 niro 52 #GLOGIN="gdm" # GDM
31 niro 2 GLOGIN="kdm" # KDM

Properties

Name Value
svn:executable *