summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorHans de Goede <hans@localhost.localdomain>2008-10-24 22:36:14 +0200
committerHans de Goede <hans@localhost.localdomain>2008-10-24 22:39:48 +0200
commit351f18092f98f319d2203377ab141c070cc00a72 (patch)
tree4e1f109f116ca5f3535e093aedf116e25e1dcc34 /instdata.py
parent56188b8c165e9ff4b0d90b549c35d1143f44380e (diff)
downloadanaconda-351f18092f98f319d2203377ab141c070cc00a72.tar.gz
anaconda-351f18092f98f319d2203377ab141c070cc00a72.tar.xz
anaconda-351f18092f98f319d2203377ab141c070cc00a72.zip
Tell NetworkManager not to touch network interfaces when / is a netfs
Tell NetworkManager not to touch anaconda configured interfaces when / is on a network based device.
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/instdata.py b/instdata.py
index fc8f0f3d4..4c579c919 100644
--- a/instdata.py
+++ b/instdata.py
@@ -191,7 +191,7 @@ class InstallData:
except RuntimeError, msg:
log.error("Error running %s: %s", args, msg)
- self.network.write (self.anaconda.rootPath)
+ self.network.write (self.anaconda.rootPath, self.anaconda)
self.firewall.write (self.anaconda.rootPath)
self.security.write (self.anaconda.rootPath)
self.desktop.write(self.anaconda.rootPath)