[Fai-commit] r4171 - trunk/bin

Thomas Lange lange at alioth.debian.org
Mon Nov 27 19:28:03 CET 2006


Author: lange
Date: 2006-11-27 19:28:03 +0100 (Mon, 27 Nov 2006)
New Revision: 4171

Modified:
   trunk/bin/make-fai-bootfloppy
Log:
remove sit interfaces from list of network devices (closes: #400521)


Modified: trunk/bin/make-fai-bootfloppy
===================================================================
--- trunk/bin/make-fai-bootfloppy	2006-11-27 16:32:52 UTC (rev 4170)
+++ trunk/bin/make-fai-bootfloppy	2006-11-27 18:28:03 UTC (rev 4171)
@@ -27,7 +27,7 @@
 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #*********************************************************************
 
-version="Version 2.8.4, 26-november-2006"
+version="Version 2.8.5, 27-november-2006"
 set -e
 
 timeout=15
@@ -107,7 +107,7 @@
 
     local dev ndevices devices 
     ndevices=0
-    devices=$(egrep -v "lo:|^Inter-|^ face" /proc/net/dev | awk -F: 'ORS=" " {print $1}')
+    devices=$(egrep -v "lo:|sit|^Inter-|^ face" /proc/net/dev | awk -F: 'ORS=" " {print $1}')
     for dev in $devices; do
 	ndevices=$(($ndevices+1))
     done




More information about the Fai-commit mailing list