diff options
author | Matt Wilson <msw@redhat.com> | 1999-10-01 02:17:47 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-10-01 02:17:47 +0000 |
commit | aab715f80948a6a6657707ae2c456587a39e7be7 (patch) | |
tree | 13264265880ea3c8d7248165643c02c856351f4a /todo.py | |
parent | da66435771c6058ddfe931c3be073189445b01b0 (diff) | |
download | anaconda-aab715f80948a6a6657707ae2c456587a39e7be7.tar.gz anaconda-aab715f80948a6a6657707ae2c456587a39e7be7.tar.xz anaconda-aab715f80948a6a6657707ae2c456587a39e7be7.zip |
move these to the proper place.
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -290,9 +290,6 @@ class ToDo: else: self.x = XF86Config () - if iutil.getArch () == "alpha": - instClass.addToSkipList("lilo") - instClass.addToSkipList("silo") # This absolutely, positively MUST BE LAST self.setClass(instClass) @@ -1121,6 +1118,10 @@ class ToDo: if (todo.instClass.x): todo.x = todo.instClass.x + if iutil.getArch () == "alpha": + instClass.addToSkipList("lilo") + instClass.addToSkipList("silo") + def getSkipPartitioning(self): return self.instClass.skipPartitioning |