summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-04-30 21:55:41 +0000
committerMike Fulbright <msf@redhat.com>2003-04-30 21:55:41 +0000
commit4e6ab1252a1c1cfd439e42ca0cd738d328b898af (patch)
treef6f76eec3e15b6b67dbb5f250806ae26e7aeef4b
parent7da463e794dd65db27f467d38f452889cd0db5bd (diff)
downloadanaconda-4e6ab1252a1c1cfd439e42ca0cd738d328b898af.tar.gz
anaconda-4e6ab1252a1c1cfd439e42ca0cd738d328b898af.tar.xz
anaconda-4e6ab1252a1c1cfd439e42ca0cd738d328b898af.zip
oops^2
-rw-r--r--textw/xconfig_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/xconfig_text.py b/textw/xconfig_text.py
index 0ed3c7868..081c666b7 100644
--- a/textw/xconfig_text.py
+++ b/textw/xconfig_text.py
@@ -557,7 +557,7 @@ class XConfigWindowCard:
self.cardslist.sort()
# yuck on fb driver works on ppc currently
- self.force_ppc_fb = iutil.getArch() == "ppc" or 1
+ self.force_ppc_fb = iutil.getArch() == "ppc"
self.ramlist = []
for ram in self.videocard.possible_ram_sizes():