[PATCH] Don't reset the default package selection on text installs (#564103).

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

 



Resetting the package selections means the whole of Core does not get
installed.
---
 backend.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/backend.py b/backend.py
index 9130f55..6ca14a8 100644
--- a/backend.py
+++ b/backend.py
@@ -301,10 +301,11 @@ def doInstall(anaconda):
 
 # does this need to be per-backend?  we'll just leave here until it does :)
 def doBasePackageSelect(anaconda):
-    anaconda.backend.resetPackageSelections()
     if anaconda.ksdata:
+        anaconda.backend.resetPackageSelections()
         kickstart.selectPackages(anaconda)
     elif anaconda.displayMode != 't':
+        anaconda.backend.resetPackageSelections()
         anaconda.instClass.setPackageSelection(anaconda)
         anaconda.instClass.setGroupSelection(anaconda)
 
-- 
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