diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-31 16:16:27 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-31 16:16:27 +0000 |
commit | 1ed3a0670a91d11c1b380fb283c7d218350221a2 (patch) | |
tree | 2d1ef8af2148c6e6bd84b75070d095cf77ad1aa3 /kickstart.py | |
parent | d5b38fe9c8591dfa8eea090098aa23277dadf120 (diff) | |
download | anaconda-1ed3a0670a91d11c1b380fb283c7d218350221a2.tar.gz anaconda-1ed3a0670a91d11c1b380fb283c7d218350221a2.tar.xz anaconda-1ed3a0670a91d11c1b380fb283c7d218350221a2.zip |
added xserver line
Diffstat (limited to 'kickstart.py')
-rw-r--r-- | kickstart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kickstart.py b/kickstart.py index e33461eae..aa793deea 100644 --- a/kickstart.py +++ b/kickstart.py @@ -129,6 +129,7 @@ class Kickstart(InstallClass): "rootpw" : self.doRootPw , "timezone" : self.doTimezone , "upgrade" : self.doUpgrade , + "xserver" : None , } for n in open(file).readlines(): |