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

[PATCH] Only select the Core group in text mode (#488754).



This is consistent with the graphical installation mode, which will only
install Core if all groups are deselected.
---
 textw/task_text.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/textw/task_text.py b/textw/task_text.py
index 94afce6..94d417c 100644
--- a/textw/task_text.py
+++ b/textw/task_text.py
@@ -27,6 +27,5 @@ class TaskWindow:
 
         anaconda.backend.resetPackageSelections()
         anaconda.backend.selectGroup("Core")
-        anaconda.backend.selectGroup("Base")
 
         return INSTALL_OK
-- 
1.6.1.3


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