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 2508 by niro, Thu Jun 30 14:44:03 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
50    # only dhcp is supported at the moment
51    ALX_NETWORKING="dhcp"
52    ALX_DHCP_PROG="/sbin/udhcpc"
53    # -i must be the last argument!
54    ALX_DHCP_START="-T 10 -t 3 -n -i"
55    ALX_DHCP_STOP=""

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