summaryrefslogtreecommitdiffstats
path: root/upgrade.py
Commit message (Collapse)AuthorAgeFilesLines
...
* move upgrade mounting code into generic function, split bootloader init away ↵Matt Wilson2001-06-271-0/+1
| | | | from what ever the heck is going on with getting the partition requests set up
* 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
| | | | in the distro
* 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
| | | | | | | | | | | | | | set the upgrade flag in id when we get picked 2) removed self from migrateXinetd 3) moved GUI splash screen to its own file - this should make it pop up even faster. 4) copyright notices in anaconda, splashscreen.py 5) reworked the dep checker to build a new ts every time we make a pass. RPM doesn't seem to like to have a package in the ts as available *and* upgrade/install. 6) fixed fstab reading for 'none' devices 7) removed a debugging print from xf86config.py 8) removed threadding import from progress_gui.py
* more fixups for upgradesMatt Wilson2001-06-221-8/+10
|
* completed most heavy lifting to get upgrades back in place. Still need to ↵Matt Wilson2001-06-221-50/+51
| | | | finish fixing up swap file creation and do text mode.
* first pass at getting things in alignment for gui upgrades. Should only ↵Matt Wilson2001-06-221-94/+48
| | | | affect upgrades, not installs
* 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
| | | | | | | | | | todo.doInstall teardown. upgrade.py: we don't need the progresswindow passed in anymore iw/upgrade_swap_gui.py: don't pass in the progresswindow textw/upgrade_text.py: don't pass in the progresswindow
* 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
| | | | | | | | | | | | | 1) verifyDeps -- specify how we're adding packages to the transaction set so that if new packages being installed obsolete something on the system, and something on the system has a dependency on that package being installed, that the dependency problem will appear. (#28069) 2) upgradeMountFilesystems -- read in the fstab so testing upgrades work upgrade.py: mountRootPartition -- use instPath - hardcoding /mnt/sysimage is bad bad.
* 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
| | | | 'SWAP-*' when adding swapfile during upgrade, fixes bug 31251
* 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 ↵Matt Wilson2001-03-091-1/+1
| | | | type at the bottom of the function
* 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 ↵Mike Fulbright2001-01-231-1/+1
| | | | fixed some problems in rescue mode
* 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