summaryrefslogtreecommitdiffstats
path: root/packages.py
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 2004-11-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-021-2/+4
| | | | | | * packages.py (handleX11Packages): Handle making sure gdm is installed and don't get TWM started if people don't install GNOME (#132743)
* 2004-10-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-191-0/+2
| | | | | | * packages.py (handleX11Packages): Make sure that we don't do a graphical startup if people run out of space and then go back to unselect stuff (#135895)
* 2004-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-121-4/+4
| | | | | * packages.py (doPostInstall): Add rhgb in post-install, not doInstall (from msw on anaconda-devel-list)
* 2004-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-041-0/+10
| | | | | | | | | | | * dispatch.py (installSteps): * installclass.py (BaseInstallClass.setSteps): * upgradeclass.py (InstallClass.setSteps): Add copylogs step. * packages.py (copyAnacondaLogs): Copy /tmp/anaconda.log and /tmp/syslog to /var/log/anaconda.log and /var/log/anaconda.syslog so that they exist post-install (#124370)
* don't do runlevel 5 if we're on a headless box (from jlaska)Jeremy Katz2004-09-141-1/+1
|
* # we need to have a /dev during install and now that udev isJeremy Katz2004-09-131-0/+7
| | | | | # handling /dev, it gets to be more fun. so just bind mount the # installer /dev
* patch from msw to not try to remount usbdevfs if in rootpath-ish modeJeremy Katz2004-08-311-1/+1
|
* - zfcp.conf was written way too late. it's required to be there before the ↵Karsten Hopp2004-08-251-0/+3
| | | | kernel is installed and the initrd is created
* make rootpath work nicerjrb2004-08-231-3/+9
|
* some more verification that we don't end up in runlevel 5 (#129913)Jeremy Katz2004-08-181-3/+7
|
* don't freak out if /selinux already exists (#127713)Jeremy Katz2004-07-121-1/+4
|
* better wordingJeremy Katz2004-06-091-1/+1
|
* sys.exit -> os._exit in children (from msw)Jeremy Katz2004-05-191-1/+1
|
* first pass at using mdadm for raid devices instead of raid-tools. thisJeremy Katz2004-05-191-1/+2
| | | | | | isn't tested yet as a side-effect, fixes #122598
* merge anaconda-10_0-branch changes back to HEADJeremy Katz2004-05-181-21/+8
|
* allow excludedocs installs via ks or cmdline optionmikem2004-05-071-0/+3
|
* more munging for modprobe.conf nonsense. otherwise, we end up withJeremy Katz2004-05-071-4/+11
| | | | no /etc/modprobe.conf! (#121737)
* some more selinux hackery (#121369)Jeremy Katz2004-04-201-0/+12
|
* during installs of fc1, modutils generated a (broken) modprobe.conf. whenJeremy Katz2004-04-201-0/+18
| | | | | | | you then go to 2.6, things go Bad (tm). let's remove that if we have both a modules.conf and modprobe.conf (thus, we were upgrading from a 2.4 release) and then move the old modules.conf out of the way so we don't trigger this on future releases
* fix upgrades with root on lvm1 (#121294)Jeremy Katz2004-04-201-1/+5
|
* more exception logging, set contexts on the actual directories that we'reJeremy Katz2004-03-191-2/+6
| | | | recursing under
* add our volume groups to the list of things relabeledJeremy Katz2004-03-171-2/+9
|
* relabel /dev/mapper stuff tooJeremy Katz2004-03-171-1/+1
|
* fix-up raid and lvm labelingJeremy Katz2004-03-171-7/+11
|
* bad hack for mouse migrationJeremy Katz2004-03-171-0/+17
|
* various other foo.o -> foo.ko conversionsBill Nottingham2004-03-051-5/+5
|