Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 429 - (hide annotations) (download)
Sun Mar 4 13:24:51 2007 UTC (17 years, 2 months ago) by niro
File size: 1137 byte(s)
define only one glogin

1 niro 128 # /etc/rc.config - global initscript settings
2 niro 429 # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.config,v 1.5 2007-03-04 13:24:51 niro Exp $
3 niro 128
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 429 GLOGIN="kdm"

Properties

Name Value
svn:executable *