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 2446 by niro, Mon Jun 27 12:22:22 2011 UTC
# Line 43  SMB_UPDATE_USER="alx_install" Line 43  SMB_UPDATE_USER="alx_install"
43  SMB_UPDATE_PASS="@lx"  SMB_UPDATE_PASS="@lx"
44  MAGE_MIRRORS="ftp://128.20.40.213/alx"  MAGE_MIRRORS="ftp://128.20.40.213/alx"
45  MAGE_RSYNC="rsync://128.20.40.213/mage-alx-cvs"  MAGE_RSYNC="rsync://128.20.40.213/mage-alx-cvs"
46    # minimal disk space neede to update an alx in kb
47    MIN_DISK_SPACE="85000"
48    
49  # preliminary and default network settings  # preliminary and default network settings
50  # only dhcp is supported at the moment  # only dhcp is supported at the moment
51  ALX_NETWORKING="dhcp"  ALX_NETWORKING="dhcp"
52  ALX_DHCP_PROG="/sbin/udhcpc"  ALX_DHCP_PROG="/sbin/udhcpc"
53  ALX_DHCP_START="-t 10"  # -i must be the last argument!
54    ALX_DHCP_START="-T 10 -t 3 -i"
55  ALX_DHCP_STOP=""  ALX_DHCP_STOP=""

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