Revert "Do not support package selection and upgrade in Qubes"
This reverts commit61af4bd9af
. This is now properly covered by85b30a5f4c
.
This commit is contained in:
parent
b22bfadefa
commit
59e90686a1
@ -48,10 +48,6 @@ 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,4 +703,5 @@ 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 vbox
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user