Magellan Linux

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

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

revision 2154 by niro, Tue May 17 21:41:16 2011 UTC revision 2746 by niro, Thu Aug 11 19:50:11 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 plugins ##
41    ALX_PLUGINS=/etc/alxconfig-ng/plugins
42    
43  # update settings  # update settings
44  SMB_UPDATE_HOST="//128.20.40.213/magetmp"  SMB_UPDATE_HOST="//128.20.40.213/magetmp"
45  SMB_UPDATE_USER="alx_install"  SMB_UPDATE_USER="alx_install"
46  SMB_UPDATE_PASS="@lx"  SMB_UPDATE_PASS="@lx"
47  MAGE_MIRRORS="ftp://128.20.40.213/alx"  MAGE_MIRRORS="ftp://128.20.40.213/alx"
48  MAGE_RSYNC="rsync://128.20.40.213/mage-alx-cvs"  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  # preliminary and default network settings
53  # only dhcp is supported at the moment  # only dhcp is supported at the moment
54  ALX_NETWORKING="dhcp"  ALX_NETWORKING="dhcp"
55  ALX_DHCP_PROG="/sbin/udhcpc"  ALX_DHCP_PROG="/sbin/udhcpc"
56  ALX_DHCP_START="-t 10"  # -i must be the last argument!
57    ALX_DHCP_START="-T 10 -t 5 -n -i"
58  ALX_DHCP_STOP=""  ALX_DHCP_STOP=""

Legend:
Removed from v.2154  
changed lines
  Added in v.2746