X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=anaconda-network.patch;h=723f652b665dc2c346011e00a7678f7587e971c8;hb=5f0de6362a49e2e3edcb8779a7e27ea1f4616d55;hp=312ec1079e1b0ac545074be086628368d0200651;hpb=c252c1acde66fa1192abe8e3af4ab665fb576ea4;p=packages%2Fanaconda.git diff --git a/anaconda-network.patch b/anaconda-network.patch index 312ec10..723f652 100644 --- a/anaconda-network.patch +++ b/anaconda-network.patch @@ -5,7 +5,7 @@ for line in lines: dev = string.strip(line[0:6]) + # skip sit* devices, they aren't real -+ if dev.startsWith("sit"): ++ if dev.startswith("sit"): + break if dev != "lo" and not self.netdevices.has_key(dev): if self.firstnetdevice is None: