summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages.py b/packages.py
index e0fec978e..f850f1d99 100644
--- a/packages.py
+++ b/packages.py
@@ -982,6 +982,10 @@ def doPostInstall(method, id, intf, instPath):
if arch == "i386":
pcmcia.createPcmciaConfig(
instPath + "/etc/sysconfig/pcmcia")
+
+ # we need to write out the network bits before kudzu runs
+ # to avoid getting devices in the wrong order (#102276)
+ id.network.write(instPath)
w.set(3)