diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-09 16:36:13 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-09 16:36:13 +0000 |
commit | e4519ff2161039db755fe541b54b0b0cf8224ea5 (patch) | |
tree | 5d15428323dd44a2761918a410c9ed5eeb4180b7 /anaconda | |
parent | gentoo/utils.py: copy kernel and modules from liveDVD (diff) | |
download | anaconda-e4519ff2161039db755fe541b54b0b0cf8224ea5.tar.gz anaconda-e4519ff2161039db755fe541b54b0b0cf8224ea5.tar.bz2 anaconda-e4519ff2161039db755fe541b54b0b0cf8224ea5.zip |
Preliminary Xorg support
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -512,6 +512,7 @@ class Anaconda(object): self.upgradeSwapInfo = None self.use_flags = [] self._users = None + self.xorg = None # *sigh* we still need to be able to write this out self.xdriver = None |