summaryrefslogtreecommitdiffstats
path: root/upgrade.py
Commit message (Collapse)AuthorAgeFilesLines
* Support the ISOs being on a partition that is set to be upgraded (#244002).Chris Lumens2007-07-191-6/+13
|
* Add the --only-use option to specify which disks should be used. This is theChris Lumens2007-07-161-0/+1
| | | | opposite operation from ignoredisk --drives (#198526).
* 2007-07-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-021-1/+1
| | | | | | | | | | | | | | | | * autopart.py: Change references of "Reboot" -> "Exit installer" to make more sense in live install case. * exception.py: Likewise. * fsset.py: Likewise. * gui.py: Likewise. * harddrive.py: Likewise. * image.py: Likewise. * packages.py: Likewise. * upgrade.py: Likewise. * urlinstall: Likewise. * yuminstall.py: Likewise. * livecd.py (LiveCDCopyBackend.doRepoSetup): Add mnemonics
* (merges from f7-branch)Jeremy Katz2007-05-301-2/+2
| | | | | | | | | | | | | | | | | | | | | 2007-05-30 Jeremy Katz <katzj@aglarond.local> * isys/isys.py (_stopRaid): Fix raidstop. I have no clue how things were working here... * isys/isys.py (_getRaidInfo): raise ValueError when we don't find a valid raid superblock (#151653). * upgrade.py: More blacklist * isys/isys.h (EARLY_SWAP_RAM): Let's bump RAM needs a little (#232862) * iw/netconfig_dialog.py (NetworkConfigurator._handleIPError): Add a frame so things look right (NetworkConfigurator._ok): Set useipv4 to true, call netconfig methods with the right args (#240804) * network.py (hasActiveNetDev): Ensure we have an IP as otherwise, the network device isn't really all that active.
* 2007-05-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-171-2/+2
| | | | * upgrade.py (upgrade_remove_blacklist): Add esound to the list
* Back out fix from 2007-04-30 now that we have smarter activation/deactivationChris Lumens2007-05-071-5/+1
| | | | code.
* We have to reactivate LVM before attempting to mount filesystems, since theChris Lumens2007-04-301-1/+5
| | | | label reading code deactivates (#234938).
* 2007-04-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-171-2/+2
| | | | | * upgrade.py (upgrade_remove_blacklist): Add hal and mysql to upgrade blacklists
* Upgrade is no longer an installclass, either.Chris Lumens2007-01-191-1/+40
|
* * partedUtils.py (DiskSet.openDevices): Don't always dasdfmt on zSeries,David Cantrell2006-12-131-2/+1
| | | | | | | | | | | | only do that for disks that are flagged to be cleared or if the init all flag is set. * upgrade.py (findExistingRoots): Do not pass anaconda object reference to findExistingRootPartitions(). * iw/autopart_type.py (PartitionTypeWindow): Do not pass intf to checkNoDisks(). * textw/partition_text.py: Likewise.
* * anaconda (__main__): Pass reference to anaconda object to InstallData.David Cantrell2006-12-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fsset.py (readFstab): Take reference to anaconda object rather than a path and intf. Pass anaconda reference to DiskSet(). * fssey.py (__main__): Removed. * installclass.py (BaseInstallClass): Pass anaconda reference to the reset() method for InstallData. * instdata.py (InstallData.reset): Take anaconda object reference as parameter. Pass anaconda to DiskSet(). * instdata.py (InstallData.__init__): Take anaconda object ref as parameter, pass it to reset() method. * kickstart.py (AnacondaKSHandlers): Store anaconda object reference, pass to DiskSet() object creations. * partedUtils.py (DiskSet): Take anaconda object reference, store. Use self.anaconda throughout DiskSet object, remove individual pass-ins of intf and other anaconda object parts. * partedUtils.py (DiskSet.dastFmt): Remove -P dasdfmt(8) arg (#218861). * partedUtils.py (DiskSet.openDevices): Remove intf, initAll, zeroMbr, and clearDevs params since those are in the anaconda object. When a kickstart install is running, the dasd found is in the clearpart list, and the --initlabel option has been used, skip the interactive dialog asking if you want to format the DASD and just do it (#218861). * partitioning.py (partitionObjectsInitialize): Removed arguments since the anaconda object provides those now. * upgrade.py (mountRootPartition): Pass anaconda object ref to DiskSet. Only pass anaconda ref to readFstab(). * upgrade.py (upgradeMountFilesystems): Likewise.
* Forcibly format swap on ppc upgrades (#206523)Paul Nasrat2006-10-191-2/+1
|
* Format swap on ppc upgrades (#206523)Paul Nasrat2006-09-201-0/+2
|
* Blacklist e2fsprogs.ppc64 (#200233)Paul Nasrat2006-08-081-0/+3
|
* - make mpath + iscsi workPeter Jones2006-08-011-4/+3
|
* - update multipath and dmraid support, make it actually installPeter Jones2006-07-261-4/+8
|
* findExistingRoots returns a 4-tuple now (#197900).Chris Lumens2006-07-101-1/+1
|
* A couple more things pykickstart found. Some of these are even bugs.Chris Lumens2006-06-221-13/+12
|
* Don't try to mount protected partitions again, as this will cause an errorChris Lumens2006-05-261-11/+11
| | | | since they are already mounted as the installation source.
* Change findExistingRoots to use the anaconda class, which required aChris Lumens2006-05-171-6/+6
| | | | | | | | | | | bunch of changes elsewhere in upgrade.py to also use anaconda. This required fixing up rescue mode (which was broken anyway) in the same way, which then required the same sort of stuff done in anaconda. Oh, and all that was so we could disable a meaningless error message on searching for existing installations on hard drive installs/upgrades. I forgot what I was really working on.
* Fix traceback on accessing the cmdline dict.Chris Lumens2006-05-111-1/+1
|
* Reference cmdline dict correctly.Chris Lumens2006-05-041-1/+1
|
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-041-4/+4
|
* Start to use the anaconda class instead of passing around references toChris Lumens2006-05-031-39/+53
| | | | lots of other objects.
* 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-1/+0
| | | | | | | | | | | | | | | | | | * 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.
* Improved upgrade supportPaul Nasrat2006-02-221-344/+0
|
* 2006-02-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-201-1/+1
| | | | | * upgrade.py (upgrade_remove_blacklist): Add dev to remove list (#181593)
* - add code to make /dev/root as it would be in a non-install environmentPeter Jones2006-02-011-1/+2
| | | | (#171662)
* Fix FC3 update for later kernelsPaul Nasrat2006-01-301-1/+1
|
* Make install more robust to file read failures.Paul Nasrat2005-12-081-113/+34
| | | | Initial support for upgrades again.
* 2005-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-081-1/+1
| | | | * upgrade.py (upgradeFindPackages): Fix message (#172030)
* 2005-10-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-271-1/+1
| | | | * upgrade.py (upgrade_remove_blacklist): Fix x86_64 traceback
* blacklist system-config-mousePaul Nasrat2005-10-181-2/+2
|
* Remove dependency checkingPaul Nasrat2005-08-241-28/+1
|
* Use new logging system.Chris Lumens2005-08-121-27/+29
|
* Add mount and umount methods so entries in /etc/fstab marked as "auto" canChris Lumens2005-06-211-1/+0
| | | | still be mounted on upgrade (#160986).
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-2/+19
| | | | | | | | * hdrlist.py (DependencyChecker.callback): Make the comments a little clearer * upgrade.py (upgradeFindPackages): Ensure we don't leave deps stranded that we could have solved (#157754)
* remove perl.i386 on upgradePaul Nasrat2005-05-121-12/+33
|
* 2005-04-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-121-2/+1
| | | | * upgrade.py (upgradeFindPackages): Fix message (#154552)
* Make upgrades find their devices.Peter Jones2005-04-111-0/+5
| | | | | add to changelog bump version
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | * partedUtils.py (getRedHatReleaseString): Change to getReleaseString. * upgrade.py (findExistingRoots): Method name change.
* Empty upgrade blacklistBill Nottingham2005-03-021-1/+1
|
* No longer use lilo.Peter Jones2005-02-211-16/+0
|
* Print a more descriptive error message if unable to mount the swapChris Lumens2004-12-211-2/+2
| | | | partition (#143000).
* 2004-11-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-231-1/+3
| | | | * upgrade.py (upgradeFindPackages): More iiiimf upgrade (#129218)
* 2004-11-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-041-1/+1
| | | | | * upgrade.py (upgradeFindPackages): Key iiimf-le-canna off of kinput2-canna-wnn6 instead of just kinput2 (#129218)
* 2004-10-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-271-1/+1
| | | | | * upgrade.py (upgradeFindPackages): Fix traceback on cjk upgrades (#137345)
* 2004-10-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-261-0/+13
| | | | | * upgrade.py (upgradeFindPackages): firefox replaces mozilla/netscape (#137244)
* 2004-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-121-0/+33
| | | | | * upgrade.py (upgradeFindPackages): Handle the great input method switch (#129218)