Do not support package selection and upgrade in Qubes
This commit is contained in:
parent
9bb56a32e9
commit
61af4bd9af
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user