Magellan Linux

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

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

revision 2000 by niro, Mon May 9 14:51:19 2011 UTC revision 2778 by niro, Fri Aug 26 11:49:43 2011 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
56    # only dhcp is supported at the moment
57    ALX_NETWORKING="dhcp"
58    ALX_DHCP_PROG="/sbin/udhcpc"
59    # -i must be the last argument!
60    ALX_DHCP_START="-T 10 -t 5 -n -i"
61    ALX_DHCP_STOP=""

Legend:
Removed from v.2000  
changed lines
  Added in v.2778