Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 929 - (show annotations) (download)
Thu Nov 5 12:55:50 2009 UTC (14 years, 5 months ago) by niro
File size: 1024 byte(s)
-fixed header
1 # /etc/rc.config - global initscript settings
2 # $Id$
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"
10
11 # 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"
16
17 # 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"
25
26 # 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="kdm"

Properties

Name Value
svn:executable *