Do not support package selection and upgrade in Qubes

This commit is contained in:
Tomasz Sterna 2011-03-31 18:26:23 +02:00
parent 9bb56a32e9
commit 61af4bd9af
2 changed files with 5 additions and 2 deletions

View File

@ -48,6 +48,10 @@ class InstallClass(BaseInstallClass):
bootloaderTimeoutDefault = 5
# Qubes comes preinstalled and does not support upgrade
showPackageSelection = False
showUpgrade = False
tasks = [(N_("Minimal"), ["core", "qubes"]),
(N_("Desktop"),
["backup-client", "base", "compat-libraries", "fonts",

View File

@ -703,5 +703,4 @@ class TaskWindow(InstallWindow):
self.xml.get_widget("addRepoButton").connect("clicked", self._addRepo)
self.xml.get_widget("editRepoButton").connect("clicked", self._editRepo, self.rs)
#return vbox
return None
return vbox