summaryrefslogtreecommitdiffstats
path: root/installer/default_files/machine-setup.default
blob: dc379389ec31a96ff547dcd9f8ee4174f474b7fd (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# machine-setup
# Description:  universal (distro independent) configuration file for
#		linux diskless clients v4.0. It defines default values 
#		for several configuration variables. These settings might
#		be overwritten through various processes in initial ramdisk.
#		New settings are simply appended, so that they might 
#		overwrite previously defined variables 
#
# Author(s):    Dirk von Suchodoletz <dirk@goe.net>, 18-08-2006
#
# Copyright:    (c) 2003 - 2006 - RZ Universitaet Freiburg
# 
#
# password of system administrator (root) as crypt -> 'dxs-root'
# (will be changed soon) the password is not used if the admin provides
# a passwd file via extended config tgz
root_pw=@@@root_pw@@@

## name service configuration defaults
#
# host and domain name
host_name="dxs"
domain_name="test.ldc"

# define country for all localization stuff - see functions how country 
# is translated to LANGUAGE, COUNTRY, LANG, KEYTABLE, XKEYBOARD,
# KDEKEYBOARD, CHARSET, KDEKEYBOARDS, TZ and CONSOLEFONT
country="de"

## set some default variables
#
# enable setup of TeX environment
tex_enable="no"

## services to start (yes) or configure (may) or disable (no)
#
# network time protocol daemon ("yes" for normal daemon operation, 
# "initial" just for setting during startup with ntpdate)
start_ntp="initial"
# set timezone if not to be derived from language setting
# timezone="Europe/Berlin"

# start sshd (hostkeys should be pregenerated by install script)
start_sshd="yes"

# start rwhod service (lan wide login and uptime list)
start_rwhod="no"

# start log server (remote log servers could be passed via dhcp option)
start_syslog="yes"

# start cron service
start_cron="no"

# start at daemon
start_atd="no"

# simple network management protocol for system monitoring
start_snmp="no"

# dbus, resource manager , hal (hardware abstraction layer) interoperate
# tighly. There might be little different solutions within each distro
start_dreshal="yes"

# start alsa sound system
start_alsasound="yes"

# start ssh server
start_sshd="yes"

# smb protocol service (provide windows file service)
start_samba="may"
netbios_workgroup="dxs-network"

# automounter home (/local_dir - top level directories only) and source 
# (format (proto://)server/path)
automnt_dir="/home"
#automnt_src="$serverip/home"

# scratch space on server "proto://serverip/dxs/tmp"
#scratch="(proto://)serverip/dxs/tmp"

# configure and start vmware services
vmware="no"
#imgsrv="(proto://)$serverip/dxs/vmware"

# kind of X11 display manager to run 
start_xdmcp="xdm"
# for kdm/gdm - enable shutdown option on login screen "user/root/none"
dm_allow_shutdown="user"

# try to start g/k/xdm with X as fast as possible late_dm="no"
# if there are problems with key, console etc. set late_dm="yes" - adds
# about five seconds to graphical login delay
#late_dm="yes"

# should Xorg/XFree server be started or some special windowmanager be run
# in kiosk mode e.g. start_x="kde"
start_x="yes"