summaryrefslogtreecommitdiffstats
path: root/upgrade.py
Commit message (Expand)AuthorAgeFilesLines
* Fix several minor bugs preventing upgrade/rescue mount. (#488946)David Lehman2009-03-091-1/+1
* Merge branch 'master' into storageDavid Lehman2009-03-041-0/+1
|\
| * reIPL support for s390Mark Hamzy2009-03-021-0/+1
* | Remove doMigrateFilesystems, log storage to tty3.David Lehman2009-02-271-0/+1
* | Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-4/+6
* | Fix whitespace in bindMountDevDirectory.David Lehman2009-02-231-4/+4
* | Updates to make existing code use the new storage module.David Lehman2009-02-231-179/+28
|/
* Encode our upgrade policy in productMatches/versionMatches and enforce it.Chris Lumens2009-02-161-4/+2
* Rewrite iscsi code using libiscsiHans de Goede2009-02-111-0/+3
* Add support for specifying which partition to upgrade (atodorov, #471232).Chris Lumens2009-01-071-1/+9
* Update partedUtils.py:findExistingRootPartitions to return UUID (atodorov).Chris Lumens2009-01-071-1/+1
* Fix various syntax errors caught by PyCheckerHans de Goede2008-10-291-0/+1
* Use the instroot parameter like we should be doing.Chris Lumens2008-09-191-1/+1
* Get rid of the upgrade blacklist since we can use a yum plugin for that.Chris Lumens2008-08-211-16/+0
* First crack at upgrade of systems with encrypted block devices. (#437604)David Lehman2008-08-131-8/+8
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-7/+9
* Log a message if we disable selinux on upgradeJeremy Katz2008-04-081-0/+1
* And add nas to the list (#439255)Jeremy Katz2008-04-071-1/+1
* Remove gnome-panel too, it's no longer multilib.Jesse Keating2008-04-071-1/+1
* Add gnome-applets to the upgrade blacklist, fix kmymoney2 typo.Jesse Keating2008-04-031-1/+1
* Add kmymoney to upgrade remove list (#439255)Jeremy Katz2008-03-271-1/+1
* Fix syntax errorPeter Jones2008-03-121-0/+2
* Simplify the logic for the upgrade arch checkJeremy Katz2008-03-121-14/+2
* Add a fallback method for determining the architecture of installed system du...Martin Sivak2008-03-121-5/+44
* Remove advanced bootloader bitsJeremy Katz2008-02-221-1/+0
* Map preexisting encrypted devs before mounting everything in mountRootPartition.David Lehman2008-02-201-0/+9
* Finish HDISO installs, at least for DVDs (#431132).Chris Lumens2008-02-121-2/+2
* Only look for encrypted devices in rescue mode.David Lehman2008-02-051-1/+2
* Scan for encrypted devices before looking for existing roots.David Lehman2008-02-051-1/+2
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+14
* Remove gdb.i386 on upgrade (#407431)Jeremy Katz2007-12-041-1/+1
* Move protected partitions into the Partitions object.Chris Lumens2007-11-281-1/+1
* Remove unused functions from InstallMethods.Chris Lumens2007-11-201-1/+0
* Run %post scripts on upgrade (#392201).Chris Lumens2007-11-201-0/+1
* no more partitioning.pyJeremy Katz2007-11-061-1/+0
* Inform user about the arch mismatch and offer to upgrade rpm platformmsivak2007-10-261-0/+34
* 2007-10-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-221-3/+9
* 2007-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-121-2/+2
* 2007-10-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-101-0/+11
* 2007-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-211-9/+0
* 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
* 2007-07-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-021-1/+1
* (merges from f7-branch)Jeremy Katz2007-05-301-2/+2
* 2007-05-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-171-2/+2
* Back out fix from 2007-04-30 now that we have smarter activation/deactivationChris Lumens2007-05-071-5/+1
* We have to reactivate LVM before attempting to mount filesystems, since theChris Lumens2007-04-301-1/+5
* 2007-04-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-171-2/+2
* Upgrade is no longer an installclass, either.Chris Lumens2007-01-191-1/+40