summaryrefslogtreecommitdiffstats
path: root/upgrade.py
Commit message (Expand)AuthorAgeFilesLines
* Move storage into the Anaconda class.Chris Lumens2010-02-041-4/+4
* Move upgrade-related data to the Anaconda object.Chris Lumens2010-02-041-12/+10
* Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-2/+2
* Move ksdata to be an attribute on Anaconda.Chris Lumens2010-02-041-3/+3
* 'cleardiskssel' typos that made it impossible to run text install.Ales Kozumplik2009-12-221-1/+1
* Add an interface to select the fancy filtering UI vs. the regular one.Chris Lumens2009-12-111-0/+1
* Add a step to prompt for the cleardisks UI.Chris Lumens2009-12-111-0/+1
* Add an early user interface for filtering storage devices.Chris Lumens2009-12-111-0/+1
* Nothing sets flags.setupFilesystems anymore, so it can go too.Chris Lumens2009-12-031-89/+73
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-4/+4
* Import shutil for upgrades (#519011).Chris Lumens2009-08-241-0/+1
* Do not offer going back when ugrade root for ks upgrade is not found (#499321)Radek Vykydal2009-08-051-10/+18
* Make upgradeany boot option work again (#513227)Radek Vykydal2009-07-301-3/+4
* Add support for specifying upgrade partition in ks (#471232)Radek Vykydal2009-07-021-8/+14
* Remove unused rhpl importsJeremy Katz2009-07-011-3/+0
* If /etc/rpm/platform is found, move it out of the way.Chris Lumens2009-06-011-0/+5
* We no longer write out /etc/rpm/platform, so don't offer to upgrade it.Chris Lumens2009-06-011-68/+0
* fond -> foundChris Lumens2009-05-201-1/+1
* Move _resetRpmDb into iutil so we can access it everywhere.Chris Lumens2009-04-301-1/+1
* Pass anaconda to storage.FSSet.turnOnSwap.David Lehman2009-04-301-1/+1
* getReleaseString now lives in the storage module.Chris Lumens2009-04-061-2/+2
* Fix typo in upgrade.pyDavid Cantrell2009-03-301-1/+1
* Take into account i386->i586 when warning on upgrade arch mismatch.Chris Lumens2009-03-271-3/+10
* Handle not finding the upgrade root gracefully.Joel Granados Moreno2009-03-271-0/+15
* Move most of the parseFSTab logic into its own function.Chris Lumens2009-03-241-4/+5
* Let mountFilesystems handling bind mounting /dev (#490772).Chris Lumens2009-03-231-2/+0
* 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