summaryrefslogtreecommitdiff
path: root/scripts/boot/9990-netbase.sh
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 13:46:18 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 13:54:10 +0200
commit2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1 (patch)
treea638a56c0c90de0afb70f1c1b2d19e570d39e20c /scripts/boot/9990-netbase.sh
parent18d2f858d485f89f667d012efc76386f82ffda59 (diff)
downloadlive-boot-2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1.tar.gz
live-boot-2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1.zip
Adding debian version 4.0~a1-1.
Diffstat (limited to 'scripts/boot/9990-netbase.sh')
-rwxr-xr-xscripts/boot/9990-netbase.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/boot/9990-netbase.sh b/scripts/boot/9990-netbase.sh
index b3f886c..64e30df 100755
--- a/scripts/boot/9990-netbase.sh
+++ b/scripts/boot/9990-netbase.sh
@@ -135,5 +135,20 @@ 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
}