Magellan Linux

Contents of /alx-src/branches/alxconf-060/conf/config.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2746 - (show annotations) (download)
Thu Aug 11 19:50:11 2011 UTC (12 years, 8 months ago) by niro
File size: 1328 byte(s)
-added plugindir location
1 # $Id$
2 #
3 # AutoSta_LX Konfigurations Script
4 # version: ??
5 #
6 # Niels Rogalla <niro@magellan-linux.de>
7 # <rogalla@augusta-bochum.de>
8 #
9 # Main Configuration File
10 #
11
12 ## mysql configuration ##
13 SQL_USER=username
14 SQL_PASS=password
15 SQL_HOST=192.168.0.100
16 SQL_DB=alx_web
17
18 ## default skeleton files ##
19 ALX_SKELETONS=/etc/alxconfig-ng/skel
20
21 ## configuration settings ##
22 SETTINGSPATH=/etc/alxconfig-ng/settings
23
24 ## default hosts settings ##
25 # networking
26 ALX_DEFAULT_HOSTNAME=ALX-UNCONFIGURED
27 ALX_DEFAULT_DOMAIN=DOM_AKA_NT
28
29 ## user settings ##
30 ALX_UNPRIV_USER=station
31 ALX_UNPRIV_GROUP=users
32 ALX_UNPRIV_HOME=/home/${ALX_UNPRIV_USER}
33
34 ## ica sessions location ##
35 ALX_ICA_SESSIONS=/etc/alxconfig-ng/ica-sessions
36
37 ## ica sessions icons ##
38 ALX_SESSIONS_ICONS=/etc/alxconfig-ng/ica-sessions/icons
39
40 ## alx plugins ##
41 ALX_PLUGINS=/etc/alxconfig-ng/plugins
42
43 # update settings
44 SMB_UPDATE_HOST="//128.20.40.213/magetmp"
45 SMB_UPDATE_USER="alx_install"
46 SMB_UPDATE_PASS="@lx"
47 MAGE_MIRRORS="ftp://128.20.40.213/alx"
48 MAGE_RSYNC="rsync://128.20.40.213/mage-alx-cvs"
49 # minimal disk space neede to update an alx in kb
50 MIN_DISK_SPACE="85000"
51
52 # preliminary and default network settings
53 # only dhcp is supported at the moment
54 ALX_NETWORKING="dhcp"
55 ALX_DHCP_PROG="/sbin/udhcpc"
56 # -i must be the last argument!
57 ALX_DHCP_START="-T 10 -t 5 -n -i"
58 ALX_DHCP_STOP=""

Properties

Name Value
svn:executable *