summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-02-26 15:22:36 -0500
committerChris Lumens <clumens@redhat.com>2010-03-04 15:23:45 -0500
commit912b7a3e32e7daa01e448e9ac7668e2fa8207a02 (patch)
tree9a7f976fc49a9ad041c538a36fe8a214b859fe68
parent7a57848512333239672abe104bb3942821daddc0 (diff)
downloadanaconda-912b7a3e32e7daa01e448e9ac7668e2fa8207a02.tar.gz
anaconda-912b7a3e32e7daa01e448e9ac7668e2fa8207a02.tar.xz
anaconda-912b7a3e32e7daa01e448e9ac7668e2fa8207a02.zip
Don't try to write firewall and auth information twice (#568528).
-rwxr-xr-xanaconda9
1 files changed, 0 insertions, 9 deletions
diff --git a/anaconda b/anaconda
index 7bac8ce0a..5a42f0cac 100755
--- a/anaconda
+++ b/anaconda
@@ -661,9 +661,6 @@ class Anaconda(object):
self.writeXdriver()
self.instLanguage.write(self.rootPath)
- if not self.isHeadless:
- self.keyboard.write(self.rootPath)
-
self.timezone.write(self.rootPath)
self.network.write(instPath=self.rootPath, anaconda=self)
self.desktop.write(self.rootPath)
@@ -683,12 +680,6 @@ class Anaconda(object):
[svc, "on"],
stdout="/dev/tty5", stderr="/dev/tty5",
root=self.rootPath)
- if not self.isHeadless:
- self.keyboard.write(self.rootPath)
-
- self.network.write(instPath=self.rootPath, anaconda=self)
- self.users.write(self.rootPath)
- self.security.write(self.rootPath)
def writeKS(self, filename):
import urllib