summaryrefslogtreecommitdiffstats
path: root/packages.py
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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.
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-2/+2
| | | | * packages.py (InstallCallback.cb): Fix order of retry/reboot (#155884)
* 2005-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-12/+7
| | | | | * packages.py (handleMiscPackages): Only select a kernel-smp that matches the arch of the primary kernel (#149618). Remove dead code.
* Select language support packages for all requested languagesChris Lumens2005-04-151-12/+1
| | | | (#153746, #154181).
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-2/+2
| | | | | | | | | | | | * constants.py: Make bugzilla URL more changeable. * iw/xconfig_gui.py (XConfigWindow.getNext): Likewise. * packages.py (betaNagScreen): Likewise. * hdrlist.py (GroupSet.__main__): Nuke some dead code. * Makefile (DESTDIR): Likewise. * image.py (findIsoImages): Genericize comment. * loader2/urlinstall.c: Likewise.
* Remove the Boolean class. We have a type for that.Chris Lumens2005-03-281-8/+8
|
* Combined Language and InstallTimeLanguage in language.py into a singleChris Lumens2005-03-231-5/+5
| | | | | | class, updated the lang-table format to remove an unused column, and changed langSupport to instLanguage everywhere to reinforce the class merge idea.
* 2005-03-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-161-2/+2
| | | | * packages.py (betaNagScreen): Fix beta nag translation.
* No longer use lilo.Peter Jones2005-02-211-4/+2
|
* Support --erroronfail as an option for %pre and %post blocks. This optionChris Lumens2005-02-081-2/+2
| | | | | will display an error dialog and terminate installation, instead of just logging a failure and continuing on (#124368).
* 2005-02-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-081-0/+9
| | | | * packages.py: Fix segfault if we have to order packages.
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-14/+23
| | | | | | * packages.py (selectLanguageSupportGroups): Switch to selecting metapkgs of a "language-support" group so that language selection is just like other package selection
* 2005-01-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-111-0/+13
| | | | | * packages.py (readPackages): Ensure that the Core group exists in the comps file (#143930)
* 2005-01-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-111-11/+0
| | | | | | * packages.py (readPackages): Remove hack for ia64 stuff added in revision 1.169.6.32 as we don't install i386 packages on ia64 in anaconda anymore.
* 2005-01-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-041-2/+2
| | | | * packages.py (rpmErrorClass.selected): Fix tyop (#143257)
* 2004-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-201-2/+22
| | | | | * packages.py (InstallCallback.cb): Let people reboot more easily in case of bad packages but warn them that it's going to be bad.
* 2004-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-201-0/+9
| | | | | * packages.py (doPreInstall): Some finagling for kernel-*devel handling (#143257)
* (merge from rhel4-branch)Jeremy Katz2004-11-231-1/+1
| | | | | | | | | | | | | 2004-11-23 Jeremy Katz <katzj@redhat.com> * textw/upgrade_bootloader_text.py (UpgradeBootloaderWindow.__call__): Set a default when we can't determine the boot loader to avoid indeterminate state (#139603) * lvm.py: Don't disable LVM if vgscan, et al segfault (#134263) * packages.py (doPreInstall): Don't remove the directories as they may not be empty (#133773)
* 2004-11-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-121-1/+2
| | | | | | | | * bootloader.py: Add patch from HJ Lu to fix popping hang in cases where boot loader isn't being installed (#138932) * packages.py (copyAnacondaLogs): Copy in the X log too per pnasrat's request.
* 2004-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-091-4/+5
| | | | | * packages.py (doPreInstall): If we go back, we need to try unmount /dev, too (#133773)
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-7/+13
| | | | | | | | | | | * dispatch.py (installSteps): Add handleMiscPackages steps. * installclass.py (BaseInstallClass.setSteps): Likewise. * upgradeclass.py (InstallClass.setSteps): Likewise. * packages.py (handleMiscPackages): Add a step to do all of the miscellaneous package selection based on installer selections instead of doing them in doPreInstall so that our needed CD list is correct (#122017)
* 2004-11-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-031-0/+1
| | | | * packages.py (copyAnacondaLogs): Set permissions on logs (#137963)