summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-11-12 16:46:50 +0000
committerMike Fulbright <msf@redhat.com>2002-11-12 16:46:50 +0000
commit90c4a40303e44eb88abbec4cc3e5e31a1f7553ba (patch)
tree1cad135ddd69158a7bbb277865d36e1943ec58d8 /kickstart.py
parentd34f57d688c017cf31d5d1700d804c1d43ed6d29 (diff)
downloadanaconda-90c4a40303e44eb88abbec4cc3e5e31a1f7553ba.tar.gz
anaconda-90c4a40303e44eb88abbec4cc3e5e31a1f7553ba.tar.xz
anaconda-90c4a40303e44eb88abbec4cc3e5e31a1f7553ba.zip
changes to work with new xsetup object
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py
index 85bfab77e..693f1e12a 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -502,7 +502,7 @@ class KickstartBase(BaseInstallClass):
self.skipSteps.append("xcustom")
self.skipSteps.append("handleX11pkgs")
self.skipSteps.append("writexconfig")
- id.xconfig.skipx = 1
+ id.xsetup.skipx = 1
def doInteractive(self, id, args):
self.interactive = 1