Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2163 by niro, Wed May 18 14:36:04 2011 UTC revision 6742 by niro, Thu Jul 16 13:59:29 2015 UTC
# Line 37  ALX_ICA_SESSIONS=/etc/alxconfig-ng/ica-s Line 37  ALX_ICA_SESSIONS=/etc/alxconfig-ng/ica-s
37  ## ica sessions icons ##  ## ica sessions icons ##
38  ALX_SESSIONS_ICONS=/etc/alxconfig-ng/ica-sessions/icons  ALX_SESSIONS_ICONS=/etc/alxconfig-ng/ica-sessions/icons
39    
40    ## alx plugin directory ##
41    ALX_PLUGINS=/usr/lib/alxconfig-ng/plugins
42    
43    ## alx function directory  ##
44    ALX_FUNCTIONS=/usr/lib/alxconfig-ng/functions
45    
46  # update settings  # update settings
47  SMB_UPDATE_HOST="//128.20.40.213/magetmp"  SMB_UPDATE_HOST="//128.20.40.213/magetmp"
48  SMB_UPDATE_USER="alx_install"  SMB_UPDATE_USER="alx_install"
49  SMB_UPDATE_PASS="@lx"  SMB_UPDATE_PASS="@lx"
50  MAGE_MIRRORS="ftp://128.20.40.213/alx"  MAGE_MIRRORS="ftp://128.20.40.213/alx"
51  MAGE_RSYNC="rsync://128.20.40.213/mage-alx-cvs"  MAGE_RSYNC="rsync://128.20.40.213/mage-alx-cvs"
52    # minimal disk space neede to update an alx in kb
53    MIN_DISK_SPACE="85000"
54    
55  # preliminary and default network settings  # preliminary and default network settings
56  # only dhcp is supported at the moment  # only dhcp is supported at the moment
57  ALX_NETWORKING="dhcp"  ALX_NETWORKING="dhcp"
58  ALX_DHCP_PROG="/sbin/udhcpc"  ALX_DHCP_PROG="/sbin/udhcpc"
59  ALX_DHCP_START="-T 10"  # -i must be the last argument!
60    ALX_DHCP_START='-T 10 -t 5 -n -x hostname:$(hostname) -i'
61  ALX_DHCP_STOP=""  ALX_DHCP_STOP=""

Legend:
Removed from v.2163  
changed lines
  Added in v.6742