#!/bin/bash
subst 's/USE_IFPLUGD=no/USE_IFPLUGD=yes/' /etc/net/ifaces/default/options-eth
echo "BOOTPROTO=dhcp">> /etc/net/ifaces/default/options-eth
echo "USE_HOTPLUG=yes">> /etc/net/ifaces/default/options-eth
