summaryrefslogtreecommitdiffstats
path: root/upgrade.py
Commit message (Expand)AuthorAgeFilesLines
* more evil hacks to pull in rhn-applet on an upgrade if you have gnome-core an...Jeremy Katz2002-04-111-0/+29
* apply i18n supported languages to upgradeMatt Wilson2002-03-281-0/+20
* fix for #58352Matt Wilson2002-03-121-1/+16
* there is now a configurable product string (#60372) defined in Makefile.incJeremy Katz2002-03-071-1/+1
* read-only mounts for rescue modeJeremy Katz2002-03-051-2/+2
* make it so we at least warn people about mounting dirty filesystems in rescueJeremy Katz2002-02-271-1/+8
* merge some bits I lost of the xfs stuff and the multifsification from HEADJeremy Katz2002-02-251-3/+1
* auto fstype makes mounting the root fs not work very well... add a check to ...Jeremy Katz2001-08-301-0/+13
* log (most) of the new packages being installed to the upgrade.log. Check ONL...Matt Wilson2001-08-241-52/+62
* balkan isn't used here anymore, don't import itJeremy Katz2001-08-171-2/+1
* clean up rebuilt dbs on exit from upgradeMatt Wilson2001-08-161-17/+32
* fix titleMatt Wilson2001-08-141-1/+1
* CYA message for those that read the sourceMatt Wilson2001-08-101-0/+7
* per arjan's suggestion only require 1.75*ram for swap now but also try to mak...Jeremy Katz2001-08-091-2/+5
* minimum swap file size of 32 megs... anything less is just sillyJeremy Katz2001-08-081-0/+2
* don't check for packages to upgrade when going backwards (#51149)Matt Wilson2001-08-071-1/+10
* add some sanity checks for known bad 3rd party packages, check for /etc/redha...Matt Wilson2001-08-061-0/+42
* install nautilus if gnome-core IS installed, not if it isn'tJeremy Katz2001-07-311-2/+2
* pull in nautilusMatt Wilson2001-07-251-1/+22
* work to make partitionless upgrades work better than beforeMike Fulbright2001-07-241-1/+1
* no, it doesn't... actually looking at code before deciding the solution is co...Jeremy Katz2001-07-231-1/+1
* blah, changed here tooJeremy Katz2001-07-231-1/+1
* and fix going backwards through finding the root partsJeremy Katz2001-07-231-1/+4
* new step: find root parts, remove those bits from the interfaces forJeremy Katz2001-07-231-1/+5
* fix code to find migratable mounts during an upgrade to use FileSystemSet obj...Mike Fulbright2001-07-201-3/+3
* handle migration during upgrades and rewrite fstab appropriatelyMike Fulbright2001-07-201-2/+2
* we don't need to unmount filesystems, init will do it for usMatt Wilson2001-07-111-4/+0
* unused importMatt Wilson2001-07-111-1/+0
* raid upgrades seem to work with at least non-root nowMatt Wilson2001-07-111-3/+3
* renable the creation and activation of swap files on upgradeMatt Wilson2001-07-101-19/+25
* non-ext2 upgrade supportMatt Wilson2001-07-101-1/+1
* Added upgrade migrate screen. Finds ext2 partitions and offers user choice of...Mike Fulbright2001-07-061-0/+9
* fix bugs pychecker found...Jeremy Katz2001-07-061-2/+2
* I hope this doesn't break anything, but it doesn't seem to actually needErik Troan2001-06-281-1/+0
* break upgrade swap suggestion out into another step and store its findings inMatt Wilson2001-06-271-7/+13
* select grub if it isn't on the systemMatt Wilson2001-06-271-6/+16
* move upgrade mounting code into generic function, split bootloader init away ...Matt Wilson2001-06-271-0/+1
* fix typoBill Nottingham2001-06-271-1/+1
* install grub if it doesn't exist and grub is going to be usedMatt Wilson2001-06-271-0/+7
* check ondisk for these packages in case they are on the system and not newer ...Matt Wilson2001-06-271-0/+11
* more pychecker cleanupsMatt Wilson2001-06-231-5/+6
* more pychecker fixupsMatt Wilson2001-06-231-1/+1
* various pychecker fixupsMatt Wilson2001-06-221-4/+3
* copyrightMatt Wilson2001-06-221-0/+15
* 1) more fixups for upgrades: fix step list to actually run the transaction,Matt Wilson2001-06-221-2/+1
* more fixups for upgradesMatt Wilson2001-06-221-8/+10
* completed most heavy lifting to get upgrades back in place. Still need to fi...Matt Wilson2001-06-221-50/+51
* first pass at getting things in alignment for gui upgrades. Should only affe...Matt Wilson2001-06-221-94/+48
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-1/+148
* text.py: destroy the scale in progresswindow on pop - masks a SEGV onMatt Wilson2001-03-291-1/+1