summaryrefslogtreecommitdiffstats
path: root/upgrade.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't pass progresswindow inMatt Wilson2001-03-291-1/+1
* fixed translatable stringErik Troan2001-03-161-1/+1
* don't duplicate fstab entriesErik Troan2001-03-161-1/+8
* todo.py:Matt Wilson2001-03-161-1/+1
* don't append / if mnt point is /bfox2001-03-141-2/+10
* don't let them put swap files on non-ext2 partitionsErik Troan2001-03-141-4/+5
* swapfileExists() worked much too hardErik Troan2001-03-141-17/+2
* handle case where symlink exists as well when avoiding files with name like '...Mike Fulbright2001-03-131-1/+17
* wired up the swap upgrade GUI windowbfox2001-03-131-2/+10
* make the default prefix a string, not None (you can't add None to a string ty...Matt Wilson2001-03-091-1/+1
* added swapSuggestion() and createSwapFile()Erik Troan2001-03-091-0/+67
* let rescue mode be more tolerant of mount failuresErik Troan2001-02-221-2/+3
* reenable partitionless installsMike Fulbright2001-02-011-6/+1
* fix something ewt broke with finding upgrade pathMike Fulbright2001-01-311-1/+2
* turn off partitionless upgrades for this betaMike Fulbright2001-01-251-1/+7
* fixed so we just ignore RAID booting when doing maximum cylinder test, also f...Mike Fulbright2001-01-231-1/+1
* use the new fstab loop root functionsMatt Wilson2001-01-231-2/+2
* missing importMike Fulbright2001-01-191-1/+1
* missing importMike Fulbright2001-01-191-0/+1
* reworked rescue mode to automatically mount the user's systemErik Troan2001-01-121-0/+100