summaryrefslogtreecommitdiffstats
path: root/upgradeclass.py
Commit message (Collapse)AuthorAgeFilesLines
* Automatically select any conditional packages that are required byChris Lumens2005-05-241-0/+1
| | | | | currently selected groups. This step used to be only needed for parts of language support, but is now needed more widely (#154572, #158389).
* Remove the Boolean class. We have a type for that.Chris Lumens2005-03-281-1/+12
|
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-0/+1
| | | | | | | | | | | * 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-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-041-0/+1
| | | | | | | | | | | * 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)
* merge anaconda-10_0-branch changes back to HEADJeremy Katz2004-05-181-1/+1
|
* don't do upgrade swap fun anymore since alan says it's not needed.Jeremy Katz2004-04-051-2/+0
| | | | cross our fingers and hope this doesn't then break (#119607)
* bootdisk go bye byeJeremy Katz2004-03-041-8/+0
|
* and mouse strikes againJeremy Katz2004-03-041-1/+0
|
* merge from taroonJeremy Katz2003-09-201-0/+3
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* clean up bootdisk step skipping to be the same for install and upgrade, putJeremy Katz2003-08-271-0/+7
| | | | the common code in floppy.py
* merge from taroon branchJeremy Katz2003-08-271-3/+2
|
* need to actually use the stepJeremy Katz2002-12-171-0/+1
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* merge bootloader changes from HEADJeremy Katz2002-04-221-3/+1
|
* make upgrades have half a chance of working at leastJeremy Katz2002-01-231-2/+2
|
* how did this ever work? (52631)Jeremy Katz2001-08-281-1/+1
|
* add step for running ks %postMike Fulbright2001-08-171-0/+1
|
* new step: find root parts, remove those bits from the interfaces forJeremy Katz2001-07-231-0/+1
| | | | | | findinstall, hook up kickstart upgrade, mounting the root for an upgrade will mount the first in the list (which if you've gone through the interface is the only one, but if kickstart, upgrades the first install found)
* handle migration during upgrades and rewrite fstab appropriatelyMike Fulbright2001-07-201-0/+1
|
* jeremy gets the oot of the dayMike Fulbright2001-07-191-1/+1
|
* fixup showing bootloader password screen where needed (and not on ia64/alpha)Jeremy Katz2001-07-161-0/+2
|
* skip bootloader screen on ia64Jeremy Katz2001-07-131-0/+1
|
* no monitor config on upgrades plzMike Fulbright2001-07-101-1/+0
|
* split install step into three separate steps, doPreInstall, doInstall,Jeremy Katz2001-07-091-0/+2
| | | | | | and doPostInstall write out fstab at the end of doPreInstall
* Added upgrade migrate screen. Finds ext2 partitions and offers user choice ↵Mike Fulbright2001-07-061-0/+2
| | | | of moving to ext3
* break upgrade swap suggestion out into another step and store its findings inMatt Wilson2001-06-271-0/+1
| | | | instdata.
* move upgrade mounting code into generic function, split bootloader init away ↵Matt Wilson2001-06-271-1/+2
| | | | from what ever the heck is going on with getting the partition requests set up
* text mode upgrade appears to workMatt Wilson2001-06-251-0/+1
|
* 1) more fixups for upgrades: fix step list to actually run the transaction,Matt Wilson2001-06-221-1/+6
| | | | | | | | | | | | | | set the upgrade flag in id when we get picked 2) removed self from migrateXinetd 3) moved GUI splash screen to its own file - this should make it pop up even faster. 4) copyright notices in anaconda, splashscreen.py 5) reworked the dep checker to build a new ts every time we make a pass. RPM doesn't seem to like to have a package in the ts as available *and* upgrade/install. 6) fixed fstab reading for 'none' devices 7) removed a debugging print from xf86config.py 8) removed threadding import from progress_gui.py
* more fixups for upgradesMatt Wilson2001-06-221-1/+1
|
* completed most heavy lifting to get upgrades back in place. Still need to ↵Matt Wilson2001-06-221-1/+5
| | | | finish fixing up swap file creation and do text mode.
* first pass at getting things in alignment for gui upgrades. Should only ↵Matt Wilson2001-06-221-1/+1
| | | | affect upgrades, not installs
* merge from (now defunct) dispatch branchErik Troan2001-06-201-0/+41