update to 72d79e141d3aaf430bb44f6036a2980f3f5865bd
[automated-distro-installer] / fai / config / class / 20-hwdetect.sh
index 510be75fcab28f78fd80b4fe21c753c5d62643cd..57374c8c9f1cb24b86cb9fd071e519e8b40c510c 100755 (executable)
@@ -20,7 +20,8 @@ for mod in $kernelmodules; do
     modprobe -a $mod 1>/dev/null 2>&1
 done
 
-ip ad show up | egrep -iv 'loopback|127.0.0.1|::1/128|_lft'
+# show the basic information about the network interface
+ip -br li show up|egrep -v ^lo; ip -br a show up|egrep -v ^lo
 
 echo $printk > /proc/sys/kernel/printk