summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Collapse)AuthorAgeFilesLines
* 2005-09-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-231-2/+2
| | | | | * yuminstall.py (YumBackend.deselectGroup): Fix group deselection to not remove everything
* 2005-09-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-221-4/+4
| | | | | * yuminstall.py: Adjust for yum api changes (returnNewestBy* always returns a list)
* 2005-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-201-2/+29
| | | | | | | | | | | | | * iw/simple_pkgselect.py: Simple group selection UI... * textw/simple_pkgselect_text.py: And the same for text mode * yuminstall.py (YumBackend): Some hacks for simple group selection UI. * dispatch.py (installSteps): Add simple group selection step. * gui.py (stepToClass): Likewise. * text.py (stepToClasses): Likewise. * installclass.py (BaseInstallClass.setSteps): Likewise.
* productPath not name...Paul Nasrat2005-09-201-7/+11
|
* 2005-09-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-191-1/+1
| | | | * yuminstall.py (YumBackend.doInstall): Fix silly typo
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-2/+9
| | | | | * yuminstall.py (AnacondaYum.setup): Do macro setup ourselves. (YumBackend.doInstall): Add macro magic to speed up installs.
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-50/+77
| | | | | | | | | | | | | | | | | | | | | | | | | * yuminstall.py (AnacondaYum.__init__): Little bit of clean-up, remove some unused code. (YumBackend.__init__): Create config file sooner. (YumBackend.doPreSelection): Get base install class package selection working in the short-term. (YumBackend): Implement groupExists, selectGroup, selectPackage and deselectPackage. * kickstart.py (AnacondaKSParser.handleCommand): Fix traceback. (Kickstart.setPackageSelection): Implement basic package selection. (Kickstart.setGroupSelection): ... and group selection. * installclass.py (BaseInstallClass.setPackageSelection): Use backend. (BaseInstallClass.setGroupSelection): Likewise. * dispatch.py (installSteps): Some comments to move stuff around, re-instate post action step. * backend.py (AnacondaBackend): Take instpath argument. Stub in functions for basic package/group selection. * anaconda: Pass rootPath into backend.
* fix typoPaul Nasrat2005-09-161-3/+3
|
* start to enable other install methodsPaul Nasrat2005-09-161-13/+19
|
* set runlevelPaul Nasrat2005-09-141-0/+3
|
* 2005-09-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-131-2/+2
| | | | | | * yuminstall.py (AnacondaYum.run): Fix install.log writing out some more. We probably want to just have yum be passed a file which it then sets for the log file and the scriptFd eventually.
* 2005-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-121-5/+12
| | | | | | | | * yuminstall.py (YumBackend.doPreSelection): Do a minimal install if we ask for it until we get real package selection going. (AnacondaYum.run): Get RPM logging going to the install log. (YumBackend.doPreSelection): Hack for minimal installs until I hook up package selection.
* 2005-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-121-1/+1
| | | | * yuminstall.py (YumBackend.doPostInstall): Fix typo
* start to add some post stuff backPaul Nasrat2005-09-091-0/+19
|
* Set default desktop for momentPaul Nasrat2005-09-081-0/+1
|
* Default to graphical desktopPaul Nasrat2005-09-061-1/+2
|
* fix selinux macro path evaluationPaul Nasrat2005-09-061-1/+1
|
* whiteout and macros for correct sortingPaul Nasrat2005-09-011-2/+19
|
* Make backend actually installPaul Nasrat2005-08-311-2/+26
|
* don't remove metadata from under yumPaul Nasrat2005-08-311-2/+6
|
* Backend workPaul Nasrat2005-08-311-2/+1
|
* Dispatch/yuminstall fixupsPaul Nasrat2005-08-301-3/+5
|
* dispatch and yum backend integrationPaul Nasrat2005-08-301-71/+132
|
* break all but nfs installsPaul Nasrat2005-08-191-5/+0
|
* Use new logging system.Chris Lumens2005-08-121-1/+3
|
* Solve depsPaul Nasrat2005-07-091-3/+13
|
* typoPaul Nasrat2005-07-081-1/+1
|
* fix typoPaul Nasrat2005-07-081-1/+1
|
* Getting closer - clean up...Paul Nasrat2005-07-081-28/+66
|
* more yum prep/test workPaul Nasrat2005-07-071-57/+224
|
* Initial stubbing for yum back endPaul Nasrat2005-06-301-0/+101