summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-20 02:21:37 +0000
committerMatt Wilson <msw@redhat.com>2000-06-20 02:21:37 +0000
commitb39372d1fe982e2009f63d25d895426cee8fb099 (patch)
tree29ce54bea59276ad34ed960c99cdabc3dbb689e2 /xf86config.py
parent3b9701220dd9be68b7c219ea9575b3a327daccf7 (diff)
downloadanaconda-b39372d1fe982e2009f63d25d895426cee8fb099.tar.gz
anaconda-b39372d1fe982e2009f63d25d895426cee8fb099.tar.xz
anaconda-b39372d1fe982e2009f63d25d895426cee8fb099.zip
fixed jj's sparc patch
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/xf86config.py b/xf86config.py
index f7e6b52cb..caf626b03 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -441,7 +441,7 @@ EndSection
Section "Module"
Load "dbe"
Load "extmod"
- Load %(nonSparcMods)s
+ %(nonSparcMods)s
Load "pex5"
Load "record"
Load "xie"
@@ -1037,7 +1037,7 @@ Section "Screen"
"files" : self.files,
"screenModes" : screens,
"ia64Mods" : "",
- "nonSparcMods" : "fbdevhw",
+ "nonSparcMods" : "Load fbdevhw",
"XkbRules" : self.keyRules,
"XkbModel" : self.keyModel,
"XkbLayout" : self.keyLayout,