Magellan Linux

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

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

revision 8040 by niro, Wed Dec 9 10:34:58 2015 UTC revision 8041 by niro, Tue Dec 29 16:30:26 2015 UTC
# Line 55  MIN_DISK_SPACE="85000" Line 55  MIN_DISK_SPACE="85000"
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/dhcpcd"
59  # -i must be the last argument!  ALX_DHCP_START="-t 10"
60  ALX_DHCP_START='-T 10 -t 5 -n -x hostname:$(hostname) -c $(dhcp-identifier $(alx-iface)) -i'  ALX_DHCP_STOP="-k"
 ALX_DHCP_STOP=""  

Legend:
Removed from v.8040  
changed lines
  Added in v.8041