]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- skip sit0 - it's not phydev
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 24 May 2006 19:07:02 +0000 (19:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-network.patch -> 1.1

anaconda-network.patch [new file with mode: 0644]

diff --git a/anaconda-network.patch b/anaconda-network.patch
new file mode 100644 (file)
index 0000000..312ec10
--- /dev/null
@@ -0,0 +1,12 @@
+--- anaconda-11.0.5/network.py~        2006-05-24 22:05:53.856227238 +0300
++++ anaconda-11.0.5/network.py 2006-05-24 22:05:55.836271436 +0300
+@@ -275,6 +275,9 @@
+         lines = lines[2:]
+         for line in lines:
+             dev = string.strip(line[0:6])
++            # skip sit* devices, they aren't real
++            if dev.startsWith("sit"):
++                break
+             if dev != "lo" and not self.netdevices.has_key(dev):
+               if self.firstnetdevice is None:
+                   self.firstnetdevice = dev
This page took 0.057144 seconds and 4 git commands to generate.