| 1 |
# /etc/rc.conf: Global startup script configuration settings
|
| 2 |
# $Header$
|
| 3 |
|
| 4 |
# Use KEYMAP to specify the default console keymap. There is a complete tree
|
| 5 |
# of keymaps in /usr/share/keymaps to choose from. This setting is used by the
|
| 6 |
# /etc/init.d/keymaps script.
|
| 7 |
|
| 8 |
KEYMAP="us"
|
| 9 |
|
| 10 |
# CONSOLEFONT specifies the default font that you'd like Linux to use on the
|
| 11 |
# console. You can find a good selection of fonts in /usr/share/consolefonts;
|
| 12 |
# you shouldn't specify the trailing ".psf.gz", just the font name below.
|
| 13 |
# To use the default console font, comment out the CONSOLEFONT setting below.
|
| 14 |
# This setting is used by the /etc/init.d/consolefont script (NOTE: if you do
|
| 15 |
# not want to use it, run "rc-update del consolefont" as root).
|
| 16 |
|
| 17 |
CONSOLEFONT="default8x16"
|
| 18 |
|
| 19 |
# CONSOLETRANSALTION is the charset map file to use. Leave commented to use
|
| 20 |
# the default one. Have a look in /usr/share/consoletrans for a selection of
|
| 21 |
# map files you can use.
|
| 22 |
|
| 23 |
#CONSOLETRANSLATION="8859-1_to_uni"
|
| 24 |
|
| 25 |
# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
|
| 26 |
# Greenwich Mean Time). If your clock is set to the local time, then set CLOCK
|
| 27 |
# to "local". This setting is used by the /etc/init.d/clock script.
|
| 28 |
|
| 29 |
CLOCK="UTC"
|
| 30 |
|
| 31 |
# Set EDITOR to your preferred editor.
|
| 32 |
|
| 33 |
EDITOR="/bin/nano"
|
| 34 |
#EDITOR="/usr/bin/vim"
|
| 35 |
#EDITOR="/usr/bin/emacs"
|
| 36 |
|
| 37 |
# Set PROTOCOLS to the protocols that you plan to use. Gentoo Linux will only
|
| 38 |
# enable module auto-loading for these protocols, eliminating annoying module
|
| 39 |
# not found errors.
|
| 40 |
#
|
| 41 |
# NOTE: Do NOT uncomment the next lines, but add them to 'PROTOCOLS=...' line!!
|
| 42 |
#
|
| 43 |
# Num Protocol
|
| 44 |
# 1: Unix
|
| 45 |
# 2: IPv4
|
| 46 |
# 3: Amateur Radio AX.25
|
| 47 |
# 4: IPX
|
| 48 |
# 5: DDP / appletalk
|
| 49 |
# 6: Amateur Radio NET/ROM
|
| 50 |
# 9: X.25
|
| 51 |
# 10: IPv6
|
| 52 |
# 11: ROSE / Amateur Radio X.25 PLP
|
| 53 |
# 19: Acorn Econet
|
| 54 |
|
| 55 |
# Most users want this:
|
| 56 |
PROTOCOLS="1 2"
|
| 57 |
|
| 58 |
#For IPv6 support:
|
| 59 |
#PROTOCOLS="1 2 10"
|
| 60 |
|
| 61 |
# What display manager do you use ? [ xdm | gdm | kdm | elogin | entrance ]
|
| 62 |
#DISPLAYMANAGER="xdm"
|
| 63 |
|
| 64 |
# XSESSION is a new variable to control what window manager to start
|
| 65 |
# default with X if run with xdm, startx or xinit. The default behavior
|
| 66 |
# is to look in /etc/X11/Sessions/ and run the script in matching the
|
| 67 |
# value that XSESSION is set to. The support scripts is smart enouth to
|
| 68 |
# look in all bin directories if it cant find a match in /etc/X11/Sessions/,
|
| 69 |
# so setting it to "enligtenment" can also work. This is basically used
|
| 70 |
# as a way for the system admin to configure a default system wide WM,
|
| 71 |
# allthough it will work if the user export XSESSION in his .bash_profile, etc.
|
| 72 |
#
|
| 73 |
# NOTE: 1) this behaviour is overridden when a ~/.xinitrc exists, and startx
|
| 74 |
# is called.
|
| 75 |
# 2) even if a ~/.xsession exist, if XSESSION can be resolved, it will
|
| 76 |
# be executed rather than ~/.xsession, else KDM breaks ...
|
| 77 |
#
|
| 78 |
# Defaults depending on what you install currently include:
|
| 79 |
#
|
| 80 |
# Gnome - will start gnome-session
|
| 81 |
# kde-<version> - will start startkde (ex: kde-3.0.2)
|
| 82 |
# Xsession - will start a terminal and a few other nice apps
|
| 83 |
|
| 84 |
#XSESSION="Gnome"
|