summaryrefslogtreecommitdiffstats
path: root/packages.py
Commit message (Collapse)AuthorAgeFilesLines
* 2006-08-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-301-2/+2
| | | | | | | * packages.py (setFileCons): Fix checking of chroot so file contexts get set properly * fsset.py: Fix setting context on mountpoints for real
* 2006-08-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-241-17/+7
| | | | | | | | | | * fsset.py (FileSystemType.mount): Reset file context on mountpoints (#202525) * packages.py (setFileCons): Use new parameter to resetFileContext * isys/isys.py (resetFileContext): Allow passing a rootpath * isys/isys.c (doResetFileContext): Likewise.
* 2006-08-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-031-1/+6
| | | | | | | * packages.py (regKeyScreen): Use per-installclass description. * installclass.py: Allow description for reg key to be per-installclass.
* 2006-07-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-281-1/+1
| | | | | * packages.py (setFileCons): Normalize path so we don't hit a bug in matchpathcon
* 2006-07-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-241-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | * yuminstall.py (AnacondaYum.doConfigSetup): Allow having more than one default repo for the installclass (YumBackend._catchallCategory): Fix catchall category * packages.py (regKeyScreen): Add reg key screen. * installclass.py (BaseInstallClass.getPackagePaths): Add method to handle mapping with a URI to the repo paths we want to have (BaseInstallClass.handleRegKey): Method for handling the reg key and validating it * installclasses/rhel.py: Add Red Hat Enterprise Linux installclass. Have it enable the regkey step * installclasses/rhel_as.py: Remove old RHEL class * installclasses/rhel_desktop.py: Likewise. * installclasses/rhel_es.py: Likewise. * installclasses/rhel_ws.py: Likewise. * gui.py (EntryWindow.__init__): Add intf.entryWindow taking advantage of messageWindow stuff. * text.py (InstallInterface.entryWindow): Likewise. * dispatch.py (installSteps): Add regkey step.
* 2006-07-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-201-2/+2
| | | | | * packages.py (setFileCons): Fix labels of stuff that we create before the install starts now (#199605)
* Remove unnecessary import.Chris Lumens2006-07-121-1/+0
|
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-33/+3
| | | | | the command is no longer the first argument, since subprocess doesn't work that way. Remove unneeded /proc/e820info cruft. Remove iutil.rmrf.
* Don't try to mount protected partitions again, as this will cause an errorChris Lumens2006-05-261-1/+1
| | | | since they are already mounted as the installation source.
* Hook copyExtraModules back up to copy updated modules to the installedChris Lumens2006-05-171-67/+0
| | | | system after installation (#185344).
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-041-52/+52
|
* Start to use the anaconda class instead of passing around references toChris Lumens2006-05-031-20/+4
| | | | lots of other objects.
* 2006-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-04-261-1/+1
| | | | | * packages.py (setupTimezone): Don't change timezone on rootpath (Jane Dogalt, #185930)
* Fix some deprecation warnings.Chris Lumens2006-03-301-2/+3
|
* Get ready for a surprise...David Cantrell2006-03-241-1/+2
| | | | not really. It's just iutil.getArch() -> rhpl.getArch() updates.
* 2006-03-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-131-192/+3
| | | | | | | | | | | | | | | | | | * packages.py: Remove some obsolete code, convert a little bit of copyExtraModules (... which needs to be hooked back up) * gui.py: No longer import rpm * yuminstall.py: Add specspo bits here instead * exception.py (dumpException): Remove grpset code. * instdata.py (InstallData.reset): Likewise. 2006-03-13 Matt Wilson <msw@rpath.com> * dispatch.py: Remove obsolete code. * floppy.py: Likewise. * language.py: Likewise. * upgrade.py: Likewise.
* 2006-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-071-1/+1
| | | | * packages.py (setFileCons): Add some dirs as a hack (#182252)
* - set file contexts on blkid.tab{,.old}Peter Jones2006-02-031-0/+1
|
* Implement writeConfiguration (#115714)Paul Nasrat2006-02-021-5/+0
|
* Remove unused functions from packages.py.Chris Lumens2006-01-311-166/+0
|
* 2006-01-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-301-1/+0
| | | | | | | | * hdrlist.py: Remove dead file. * packages.py: Remove reference to hdrlist.py at least.. * instdata.py: Remove hdrlist import * test/testHdrlist.py: Remove.
* * packages.py (writeXConfiguration): Do not create /etc/X11/XDavid Cantrell2006-01-301-12/+0
| | | | symlink (#179321).
* * packages.py: /etc/X11/X -> /usr/bin/Xorg (#179321).David Cantrell2006-01-301-1/+1
|
* packages.py (queryUpgradeContinue): Change No button text to Reboot sinceDavid Cantrell2006-01-231-2/+3
| | | | clicking it causes the system to reboot (#178096).
* 2005-09-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-131-1/+0
| | | | * packages.py: Remove unused import (for file that doesn't exist)
* 2005-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-121-8/+0
| | | | | | * packages.py: Remove obsolete pcmcia code. This is irrelevant in today's world. * pcmcia.py: Remove dead file.
* 2005-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-121-2/+2
| | | | | * packages.py (writeXConfiguration): Fix writeout of X server for new X backend code.
* * anaconda.spec: Bump version, tweak requirementsBill Nottingham2005-09-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * installclass.py (setVideoCard, configureX): Adapt to new rhpl X setup code * kickstart.py (doXConfig): Likewise * kickstartData.py (__init__): Likewise * kickstartParser.py (doXConfig): Likewise * packages.py (writeXConfiguration): Likewise * xsetup.py (getArgList): Likewise * scripts/mk-images: Remove modules.pcimap, modules.usbmap, pcitable, from images, and associated trimmer scripts from files used. Add modules.alias, videoaliases. Trim modules.alias using trimmodalias. * scripts/upd-instroot: Don't keep Cards, but keep videoaliases. Don't run checkcards.py * utils/trimmodalias: New script, trim modules.alias file to match modules in the first/second stage * utils/trimpciids: Trim pci.ids based on modules.alias and videoaliases, not pcitable and modules.pcimap * utils/checkcards.py: Remove now obsolete script * utils/trimmodmap: Likewise * utils/trimpcitable: Likewise * utils/trimusbmap: Likewise
* dispatch and yum backend integrationPaul Nasrat2005-08-301-106/+0
|
* Simplified the authconfig step to store data as a string to be passed toChris Lumens2005-08-291-4/+4
| | | | | | authconfig in its entirety, rather than handling it as a series of arguments we need to process. We weren't really doing anything with it anyway.
* Remove dependency checkingPaul Nasrat2005-08-241-1/+1
|
* Don't install comps. Remove package handling for backendPaul Nasrat2005-08-241-77/+4
|
* remove rpmErrorClassPaul Nasrat2005-08-191-8/+0
|
* remove sortPackagesPaul Nasrat2005-08-191-33/+0
|
* Extract InstallCallbackPaul Nasrat2005-08-191-155/+0
|
* remove now uncalled anacondaTSPaul Nasrat2005-08-191-15/+0
|
* break all but nfs installsPaul Nasrat2005-08-191-279/+0
|
* Extract checkDependenciesPaul Nasrat2005-08-191-34/+0
|
* Extract readPackagesPaul Nasrat2005-08-191-65/+0
|
* remove unused functionPaul Nasrat2005-08-191-11/+0
|
* 2005-08-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-151-17/+1
| | | | | | | * kickstart.py (Kickstart.readKickstart): Remove obsolete and dead --ignoredeps stuff (#165224). * instdata.py (InstallData.writePackagesKS): Likewise. * packages.py (checkDependencies): Likewise.
* Converted a lot more messages to the new logging system, but there's stillChris Lumens2005-08-111-43/+44
| | | | | | 41 files to go. If your favorite log message needs to be on a different priority level, feel free to change it. Maybe we can have little commit wars over them.
* 2005-07-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-07-061-2/+4
| | | | | * packages.py (handleMiscPackages): Select kernel-devel if we install kernel and gcc even if we installed kernel-smp also (#160533)
* Deprecate the langsupport kickstart keyword in favor of adding languageChris Lumens2005-06-281-1/+1
| | | | support package groups to the %packages section of the kickstart file.
* 2005-06-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-071-0/+5
| | | | | * packages.py (rpmErrorClass.install_callback): Don't segfault before removes, should fix upgrades.
* Fixed grammar and wording problems (#156048, #159044), update-po.Chris Lumens2005-06-011-1/+1
|
* Automatically select any conditional packages that are required byChris Lumens2005-05-241-20/+29
| | | | | currently selected groups. This step used to be only needed for parts of language support, but is now needed more widely (#154572, #158389).
* Unselect the language support group if no languages besides en_US areChris Lumens2005-05-041-0/+6
| | | | supported.
* Select language support package for install-time language.Chris Lumens2005-05-021-0/+2
|
* 2005-04-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-291-2/+2
| | | | | | * packages.py (InstallCallback.cb): Switch these back. Otherwise, things are wrong in GUI. Text mode is just not going to be quite right with the text.