diff options
author | Erik Troan <ewt@redhat.com> | 1999-08-31 16:26:47 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-08-31 16:26:47 +0000 |
commit | b1f83c8233cd816ae7bc48a321d9d4f249d3f272 (patch) | |
tree | 891b75583e0ce6311aff7738446fa119219662a3 /kickstart.py | |
parent | 8b34d9f8ec4a436150d1ee1e8e22be0da5f17792 (diff) | |
download | anaconda-b1f83c8233cd816ae7bc48a321d9d4f249d3f272.tar.gz anaconda-b1f83c8233cd816ae7bc48a321d9d4f249d3f272.tar.xz anaconda-b1f83c8233cd816ae7bc48a321d9d4f249d3f272.zip |
xserver should have been xdisplay
Diffstat (limited to 'kickstart.py')
-rw-r--r-- | kickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py index aa793deea..bd3ca1842 100644 --- a/kickstart.py +++ b/kickstart.py @@ -129,7 +129,7 @@ class Kickstart(InstallClass): "rootpw" : self.doRootPw , "timezone" : self.doTimezone , "upgrade" : self.doUpgrade , - "xserver" : None , + "xdisplay" : None , } for n in open(file).readlines(): |