anaconda, repos: Use same group selection in all places
This commit is contained in:
parent
9ad409bb4b
commit
825cef77c5
@ -48,7 +48,7 @@ class InstallClass(BaseInstallClass):
|
|||||||
|
|
||||||
bootloaderTimeoutDefault = 5
|
bootloaderTimeoutDefault = 5
|
||||||
|
|
||||||
tasks = [(N_("Minimal"), ["base", "base-x", "kde-desktop", "qubes" ]) ]
|
tasks = [(N_("Minimal"), ["base", "base-x", "kde-desktop-qubes", "qubes" ]) ]
|
||||||
|
|
||||||
bugFiler = BugzillaFiler("http://qubes-os.org/trac/",
|
bugFiler = BugzillaFiler("http://qubes-os.org/trac/",
|
||||||
"http://qubes-os.org/",
|
"http://qubes-os.org/",
|
||||||
@ -67,8 +67,9 @@ class InstallClass(BaseInstallClass):
|
|||||||
anaconda.platform)
|
anaconda.platform)
|
||||||
|
|
||||||
def setGroupSelection(self, anaconda):
|
def setGroupSelection(self, anaconda):
|
||||||
BaseInstallClass.setGroupSelection(self, anaconda)
|
#BaseInstallClass.setGroupSelection(self, anaconda)
|
||||||
map(lambda x: anaconda.backend.selectGroup(x), ["base"])
|
anaconda.backend.resetPackageSelections()
|
||||||
|
map(lambda x: anaconda.backend.selectGroup(x), ["base", "base-x", "kde-desktop-qubes", "qubes"])
|
||||||
|
|
||||||
def setSteps(self, anaconda):
|
def setSteps(self, anaconda):
|
||||||
BaseInstallClass.setSteps(self, anaconda)
|
BaseInstallClass.setSteps(self, anaconda)
|
||||||
|
@ -17,7 +17,7 @@ check_repo()
|
|||||||
|
|
||||||
update_repo()
|
update_repo()
|
||||||
{
|
{
|
||||||
createrepo --update $1
|
createrepo -g ../../conf/comps-qubes.xml --update $1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user