Changeset 1729 in MondoRescue for branches/2.2.5/mindi/rootfs/sbin/start-nfs


Ignore:
Timestamp:
Oct 29, 2007, 3:46:39 AM (16 years ago)
Author:
Bruno Cornec
Message:

Still trying to activate USB correctly at boot time with udev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/rootfs/sbin/start-nfs

    r1311 r1729  
    4949if [ $? -eq 0 ]; then
    5050    ipdev=`echo $ipconf | cut -d: -f1`
    51     echo "Making DHCP request on $ipdev"
     51    LogIt "Making DHCP request on $ipdev"
    5252    udhcpc -i $ipdev
    5353else
     
    5959        ipgateway=`echo $ipconf | cut -d: -f5`
    6060    fi
    61     echo "Configuring $ipdev statically ($ipaddress/$ipnetmask)"
     61    LogIt "Configuring $ipdev statically ($ipaddress/$ipnetmask)"
    6262    ifconfig $ipdev $ipaddress netmask $ipnetmask broadcast $ipbroadcast
    6363    route add default gw $ipgateway
Note: See TracChangeset for help on using the changeset viewer.