diff options
| author | Daniel Baumann <daniel@debian.org> | 2013-02-12 08:08:44 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2013-02-12 08:08:44 +0100 |
| commit | acbb276e0708814af39fed5ebb99fc6daca4de65 (patch) | |
| tree | 8dd2bfce4abd6d0a168881d7185a2b50a4e8e04f /scripts/boot | |
| parent | 5d5053ed5b0d1f5cfcb006bfdfdc881e03de1e75 (diff) | |
| download | live-boot-acbb276e0708814af39fed5ebb99fc6daca4de65.tar.gz live-boot-acbb276e0708814af39fed5ebb99fc6daca4de65.zip | |
Removing some dead code in netbase parts.
Diffstat (limited to 'scripts/boot')
| -rwxr-xr-x | scripts/boot/9990-netbase.sh | 15 |
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 } |
