blob: 5086bd6e477280954d714055dac3c6f1868aaf60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#achim lives in Germany, and enjoys these settings
#KEYMAP="de-latin1-nodeadkeys"
#CONSOLEFONT="iso09.f14"
#drobbins lives in the USA, and likes these settings
KEYMAP="us"
CONSOLEFONT="grfixed"
#pete lives in the USA, and uses these settings
#KEYMAP="us"
#CONSOLEFONT="t -m straight-to-font"
SULOGIN=no # Set to yes if you want sulogin to be spawned on bootup
DELAYLOGIN=yes # Set to no if you want to be able to login over telnet/rlogin
# before system startup is complete (as soon as inetd is started)
GMT=no # Set GMT to "yes" if your system clock is set to GMT, and GMT to "no" if not.
VERBOSE=yes # Set VERBOSE to "no" if you would like a more quiet bootup.
FSCKFIX=no # Set FSCKFIX to "yes" if you want to add "-y" to the fsck at startup.
ARCH=`uname -m` # Architecture
NFSSERVER=no # Set to yes if you want to run an nfsserver
YP_DOMAIN="" # Enter your NIS domainname here
MOUSE="ms" # Set to the mouse type as used by gpm (auto, ps2, ms, etc.)
DISPLAYMANAGER="" # Enter your display manager here (xdm,kdm,gdm)
|