[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Only select the Core group in text mode (#488754).
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Only select the Core group in text mode (#488754).
- Date: Thu, 12 Mar 2009 17:39:12 -0400
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]