summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-30 22:27:45 +0000
committerMatt Wilson <msw@redhat.com>1999-09-30 22:27:45 +0000
commitc1c96e1b2743767593c3519a7f6d8ddba44e7317 (patch)
tree49598235a7d9173c9b9433ee35254cdb8593e3f3
parentd47069ecd3969676411c9204e1b6f8a6a5d801fd (diff)
downloadanaconda-c1c96e1b2743767593c3519a7f6d8ddba44e7317.tar.gz
anaconda-c1c96e1b2743767593c3519a7f6d8ddba44e7317.tar.xz
anaconda-c1c96e1b2743767593c3519a7f6d8ddba44e7317.zip
more fixups?
-rw-r--r--todo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.py b/todo.py
index 2d60a110f..e05f7cd5d 100644
--- a/todo.py
+++ b/todo.py
@@ -290,11 +290,11 @@ class ToDo:
else:
self.x = XF86Config ()
- # This absolutely, positively MUST BE LAST
- self.setClass(instClass)
if iutil.getArch () == "alpha":
instClass.addToSkipList("lilo")
instClass.addToSkipList("silo")
+ # This absolutely, positively MUST BE LAST
+ self.setClass(instClass)
def setFdDevice(self):
if self.fdDevice: