summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-02-12 08:08:44 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 13:54:15 +0200
commit78e2ed8b01e5b73e4cdec6177d06648ef87c66a8 (patch)
tree4ae2ae4b587782674e88cc8be039122338a612b7
parent866ab983856d14da240d80dc9091ee422c59937b (diff)
downloadlive-boot-78e2ed8b01e5b73e4cdec6177d06648ef87c66a8.tar.gz
live-boot-78e2ed8b01e5b73e4cdec6177d06648ef87c66a8.zip
Removing some dead code in netbase parts.
-rwxr-xr-xscripts/boot/9990-netbase.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/boot/9990-netbase.sh b/scripts/boot/9990-netbase.sh
index 64e30df..b3f886c 100755
--- a/scripts/boot/9990-netbase.sh
+++ b/scripts/boot/9990-netbase.sh
@@ -135,20 +135,5 @@ EOF
fi
fi
- #if [ ! -x /root/usr/sbin/NetworkManager ]
- #then
- # for i in eth0 eth1 eth2 ath0 wlan0
- # do
- # grep -q "iface ${i}" ${IFFILE} && continue
- #
- #cat >> "${IFFILE}" << EOF
- #allow-hotplug ${i}
- #iface ${i} inet dhcp
- #
- #EOF
- #
- # done
- #fi
-
log_end_msg
}