Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/dracut/run-mcored.sh

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

revision 2120 by niro, Thu Jan 2 16:24:33 2014 UTC revision 2121 by niro, Thu Jan 9 12:37:37 2014 UTC
# Line 11  then Line 11  then
11   # sane defaults   # sane defaults
12   [[ -z ${DEFAULT_DHCP_START} ]] && DEFAULT_DHCP_START="-T10 -t3 -n -x hostname:$(hostname) -i"   [[ -z ${DEFAULT_DHCP_START} ]] && DEFAULT_DHCP_START="-T10 -t3 -n -x hostname:$(hostname) -i"
13    
14   _myiface="${find_iface_with_link}"   _myiface="$(find_iface_with_link)"
15   if [[ -n ${_myiface} ]]   if [[ -n ${_myiface} ]]
16   then   then
17   # setup networking   # setup networking

Legend:
Removed from v.2120  
changed lines
  Added in v.2121