| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* yuminstall.py (YumBackend.deselectGroup): Fix group deselection
to not remove everything
|
|
|
|
|
| |
* yuminstall.py: Adjust for yum api changes (returnNewestBy*
always returns a list)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
* yuminstall.py (YumBackend.doInstall): Fix silly typo
|
|
|
|
|
| |
* yuminstall.py (AnacondaYum.setup): Do macro setup ourselves.
(YumBackend.doInstall): Add macro magic to speed up installs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* yuminstall.py (YumBackend.doPostInstall): Fix typo
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|