diff options
author | Mike Fulbright <msf@redhat.com> | 2000-05-18 23:09:25 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-05-18 23:09:25 +0000 |
commit | e6b860a0964e0987755c29384d8ef023d7381d69 (patch) | |
tree | 29e49fa6752cce0d797473213a9520bb7068e86e /todo.py | |
parent | c57cc0dc6a2ab1308156a357feb740aefae09b94 (diff) | |
download | anaconda-e6b860a0964e0987755c29384d8ef023d7381d69.tar.gz anaconda-e6b860a0964e0987755c29384d8ef023d7381d69.tar.xz anaconda-e6b860a0964e0987755c29384d8ef023d7381d69.zip |
added support for upgradeonly class
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -867,6 +867,10 @@ class ToDo: if todo.instClass.desktop: todo.desktop.set (todo.instClass.desktop) + # this is messy, needed for upgradeonly install class + if todo.instClass.installType == "upgrade": + todo.upgrade = 1 + def getPartitionWarningText(self): return self.instClass.clearPartText |