[PATCH - rhel6-branch master] On text kickstart installs, doBasePackageSelect still needs to run (#559593).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This method is what calls kickstart.selectPackages, so not running it means the
%packages section of the kickstart file will never be applied.
---
 backend.py |    2 +-
 text.py    |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/backend.py b/backend.py
index e8e1c84..a677dbb 100644
--- a/backend.py
+++ b/backend.py
@@ -307,7 +307,7 @@ def doBasePackageSelect(anaconda):
     anaconda.backend.resetPackageSelections()
     if anaconda.isKickstart:
         kickstart.selectPackages(anaconda)
-    else:
+    elif anaconda.id.displayMode != 't':
         anaconda.id.instClass.setPackageSelection(anaconda)
         anaconda.id.instClass.setGroupSelection(anaconda)
 
diff --git a/text.py b/text.py
index 1adc6a3..3a8eaad 100644
--- a/text.py
+++ b/text.py
@@ -662,7 +662,6 @@ class InstallInterface:
         anaconda.dispatch.skipStep("filtertype")
         anaconda.dispatch.skipStep("filter")
         anaconda.dispatch.skipStep("cleardiskssel")
-        anaconda.dispatch.skipStep("basepkgsel")
         anaconda.dispatch.skipStep("group-selection")
 
 def killSelf(screen):
-- 
1.6.5.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux