summaryrefslogtreecommitdiffstats
path: root/installclasses/fedora.py
Commit message (Collapse)AuthorAgeFilesLines
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-041-6/+6
|
* 2006-02-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-281-2/+1
| | | | * installclasses/fedora.py: Don't display Xen
* * installclasses/fedora.py (InstallClass.setGroupSelection): Take theDavid Cantrell2006-02-221-1/+1
| | | | intf parameter.
* 2006-02-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-031-0/+5
| | | | | | | | | | | | | * iw/task_gui.py: Adjust for dynamic set of tasks * ui/tasksel.glade: Don't list tasks in the glade file, they're now auto-generated. * textw/task_text.py (TaskWindow.__call__): Likewise. * dispatch.py (installSteps): Pass new arg to tasksel step * installclasses/fedora.py (tasks): Define set of tasks to show on task selection screen here. * installclass.py (tasks): Parent placeholder.
* 2005-12-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * installclasses/fedora.py (InstallClass.setGroupSelection): Get default groups from the backend * backend.py (AnacondaBackend.getDefaultGroups): Support for getting default groups * iw/GroupSelector.py: Guts of new group/package selection code. Eventually will live in son of s-c-packages. * ui/GroupSelector.glade: glade file for new group selection code * iw/package_gui.py: Basic shell for GroupSelector use in anaconda * yuminstall.py: Update for yum 2.5 API changes. Note that we now *require* yum-2.5.0-0.20051207 or newer (isPackageInstalled): Add method to see if package is installed for group selection. (_catchallCategory): Add method to take uncategorized groups and stick them somewhere (getDefaultGroups): Backend method for finding the default selected groups based on what comps says * gui.py (stepToClass): Move to new group selection code.
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-0/+34
* anaconda (instClass): If there's only one visible installclass, don't ask about them either * installclasses/custom.py: Hide old install class. * installclasses/personal_desktop.py: Likewise. * installclasses/server.py: Likewise. * installclasses/workstation.py: Likewise. * installclasses/fedora.py: Add new Fedora install class.