Magellan Linux

Annotation of /alx-src/trunk/alx-config/etc/config.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 217 - (hide annotations) (download)
Sat Mar 5 17:08:18 2005 UTC (19 years, 2 months ago) by niro
File size: 1483 byte(s)
test; not ready for public

1 niro 217 #!/bin/sh
2     #
3     # AutoSta_LX Konfigurations Script
4     # version: 0.8b
5     #
6     # Niels Rogalla <niro@magellan-linux.de>
7     # <rogalla@augusta-bochum.de>
8     #
9     # Main Configuration File
10     #
11    
12     source /etc/alx_version
13     source /opt/alx-config/version
14     source /opt/alx-config/Configurator/config_functions.sh
15    
16     ### get current host system description
17     ### (e.p. LFS, Gentoo, Debian, Magellan)
18     SETUP="`echo $ALXVER|cut -d ' ' -f2`"
19    
20     ### System/Config Version
21     VERSION="System: $ALXVER (Installer: $CFGVER)"
22     TITLE="AutoSta_LX Setup Manager - ${VERSION}"
23    
24     ### old variables
25     CONFFILE="/tmp/alx_config.cfg"
26     LOGFILE="/tmp/alx_log.log"
27    
28     ### Menu Settings
29     SETTINGS_TEMPLATE="/etc/alx-config/settings"
30    
31     ### source config files
32     CONFIGS_TEMPLATE="/opt/alx-config/configs"
33     XF86CONFIG="${CONFIGS_TEMPLATE}/XF86Config.${SETUP}.VNC"
34    
35     ### ica sessions
36     #normal:
37     SESSIONS_TEMPLATE="/etc/alx-config/ica-sessions"
38     #cdrom/usbstick:
39     #SESSIONS_TEMPLATE="/mnt/cdrom/ica-sessions"
40    
41     ### work dir fuer get_sessions
42     WORK="/tmp"
43    
44     ### fluxbox configuration
45     LOCAL_USER="station"
46     LOCAL_GROUP="users"
47     FLUXBOX_PATH="/home/${LOCAL_USER}/.fluxbox"
48     ICACLIENT="/usr/lib/ICAClient/wfica"
49    
50    
51     ### mysql configurtaion ###
52     SQL_USER=alx_install
53     SQL_PASS=@lx
54     SQL_HOST=128.20.41.110
55     SQL_DB=alx_web
56    
57     ### global settings ###
58     ALX_DEFAULT_HOSTNAME=alx-unconfed
59     ALX_DEFAULT_DOMAIN=DOM_AKA_NT
60    
61     #Includes
62     . /opt/alx-config/functions/findvga > /dev/null
63     export ETHMOD="`/opt/alx-config/functions/findeth2.sh`"
64     export ETH="`cat /proc/pci|grep Ether |cut -d ' ' -f7-30`"

Properties

Name Value
svn:executable *