Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2446 - (hide annotations) (download)
Mon Jun 27 12:22:22 2011 UTC (12 years, 10 months ago) by niro
File size: 1268 byte(s)
-fixed dhcp timeout, retry and interface
1 niro 2000 # $Id$
2 niro 219 #
3     # AutoSta_LX Konfigurations Script
4 niro 221 # version: ??
5 niro 219 #
6     # Niels Rogalla <niro@magellan-linux.de>
7     # <rogalla@augusta-bochum.de>
8     #
9     # Main Configuration File
10     #
11    
12 niro 235 ## mysql configuration ##
13 niro 220 SQL_USER=username
14     SQL_PASS=password
15     SQL_HOST=192.168.0.100
16 niro 219 SQL_DB=alx_web
17 niro 221
18 niro 235 ## default skeleton files ##
19     ALX_SKELETONS=/etc/alxconfig-ng/skel
20 niro 221
21 niro 235 ## configuration settings ##
22     SETTINGSPATH=/etc/alxconfig-ng/settings
23    
24     ## default hosts settings ##
25 niro 221 # networking
26 niro 225 ALX_DEFAULT_HOSTNAME=ALX-UNCONFIGURED
27 niro 226 ALX_DEFAULT_DOMAIN=DOM_AKA_NT
28 niro 225
29 niro 235 ## 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 niro 374 # update settings
41     SMB_UPDATE_HOST="//128.20.40.213/magetmp"
42     SMB_UPDATE_USER="alx_install"
43     SMB_UPDATE_PASS="@lx"
44     MAGE_MIRRORS="ftp://128.20.40.213/alx"
45     MAGE_RSYNC="rsync://128.20.40.213/mage-alx-cvs"
46 niro 2372 # minimal disk space neede to update an alx in kb
47     MIN_DISK_SPACE="85000"
48 niro 2154
49     # preliminary and default network settings
50     # only dhcp is supported at the moment
51     ALX_NETWORKING="dhcp"
52     ALX_DHCP_PROG="/sbin/udhcpc"
53 niro 2446 # -i must be the last argument!
54     ALX_DHCP_START="-T 10 -t 3 -i"
55 niro 2154 ALX_DHCP_STOP=""

Properties

Name Value
svn:executable *