X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-networking.sh;h=d9607b795d1093b508bd07a0a624728f1fbaae8b;hb=2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1;hp=f32ae6c5abeb270b4f17da072c0f64a1a36dd801;hpb=18d2f858d485f89f667d012efc76386f82ffda59;p=live-boot-grml.git diff --git a/scripts/boot/9990-networking.sh b/scripts/boot/9990-networking.sh index f32ae6c..d9607b7 100755 --- a/scripts/boot/9990-networking.sh +++ b/scripts/boot/9990-networking.sh @@ -111,10 +111,6 @@ do_netsetup () for interface in ${DEVICE}; do ipconfig -t "$ETHDEV_TIMEOUT" ${interface} | tee /netboot-${interface}.config - # squeeze - [ -e /tmp/net-${interface}.conf ] && . /tmp/net-${interface}.conf - - # wheezy [ -e /run/net-${interface}.conf ] && . /run/net-${interface}.conf if [ "$IPV4ADDR" != "0.0.0.0" ] @@ -129,10 +125,6 @@ do_netsetup () # source relevant ipconfig output OLDHOSTNAME=${HOSTNAME} - # squeeze - [ -e /tmp/net-${interface}.conf ] && . /tmp/net-${interface}.conf - - # wheezy [ -e /run/net-${interface}.conf ] && . /run/net-${interface}.conf [ -z ${HOSTNAME} ] && HOSTNAME=${OLDHOSTNAME}