Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move upgrade mounting code into generic function, split bootloader init away ↵ | Matt Wilson | 2001-06-27 | 1 | -0/+1 | |
| | | | | from what ever the heck is going on with getting the partition requests set up | |||||
* | fix typo | Bill Nottingham | 2001-06-27 | 1 | -1/+1 | |
| | ||||||
* | install grub if it doesn't exist and grub is going to be used | Matt Wilson | 2001-06-27 | 1 | -0/+7 | |
| | ||||||
* | check ondisk for these packages in case they are on the system and not newer ↵ | Matt Wilson | 2001-06-27 | 1 | -0/+11 | |
| | | | | in the distro | |||||
* | more pychecker cleanups | Matt Wilson | 2001-06-23 | 1 | -5/+6 | |
| | ||||||
* | more pychecker fixups | Matt Wilson | 2001-06-23 | 1 | -1/+1 | |
| | ||||||
* | various pychecker fixups | Matt Wilson | 2001-06-22 | 1 | -4/+3 | |
| | ||||||
* | copyright | Matt Wilson | 2001-06-22 | 1 | -0/+15 | |
| | ||||||
* | 1) more fixups for upgrades: fix step list to actually run the transaction, | Matt Wilson | 2001-06-22 | 1 | -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 upgrades | Matt Wilson | 2001-06-22 | 1 | -8/+10 | |
| | ||||||
* | completed most heavy lifting to get upgrades back in place. Still need to ↵ | Matt Wilson | 2001-06-22 | 1 | -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 Wilson | 2001-06-22 | 1 | -94/+48 | |
| | | | | affect upgrades, not installs | |||||
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -1/+148 | |
| | ||||||
* | text.py: destroy the scale in progresswindow on pop - masks a SEGV on | Matt Wilson | 2001-03-29 | 1 | -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 in | Matt Wilson | 2001-03-29 | 1 | -1/+1 | |
| | ||||||
* | fixed translatable string | Erik Troan | 2001-03-16 | 1 | -1/+1 | |
| | ||||||
* | don't duplicate fstab entries | Erik Troan | 2001-03-16 | 1 | -1/+8 | |
| | ||||||
* | todo.py: | Matt Wilson | 2001-03-16 | 1 | -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 / | bfox | 2001-03-14 | 1 | -2/+10 | |
| | ||||||
* | don't let them put swap files on non-ext2 partitions | Erik Troan | 2001-03-14 | 1 | -4/+5 | |
| | ||||||
* | swapfileExists() worked much too hard | Erik Troan | 2001-03-14 | 1 | -17/+2 | |
| | ||||||
* | handle case where symlink exists as well when avoiding files with name like ↵ | Mike Fulbright | 2001-03-13 | 1 | -1/+17 | |
| | | | | 'SWAP-*' when adding swapfile during upgrade, fixes bug 31251 | |||||
* | wired up the swap upgrade GUI window | bfox | 2001-03-13 | 1 | -2/+10 | |
| | ||||||
* | make the default prefix a string, not None (you can't add None to a string ↵ | Matt Wilson | 2001-03-09 | 1 | -1/+1 | |
| | | | | type at the bottom of the function | |||||
* | added swapSuggestion() and createSwapFile() | Erik Troan | 2001-03-09 | 1 | -0/+67 | |
| | ||||||
* | let rescue mode be more tolerant of mount failures | Erik Troan | 2001-02-22 | 1 | -2/+3 | |
| | ||||||
* | reenable partitionless installs | Mike Fulbright | 2001-02-01 | 1 | -6/+1 | |
| | ||||||
* | fix something ewt broke with finding upgrade path | Mike Fulbright | 2001-01-31 | 1 | -1/+2 | |
| | ||||||
* | turn off partitionless upgrades for this beta | Mike Fulbright | 2001-01-25 | 1 | -1/+7 | |
| | ||||||
* | fixed so we just ignore RAID booting when doing maximum cylinder test, also ↵ | Mike Fulbright | 2001-01-23 | 1 | -1/+1 | |
| | | | | fixed some problems in rescue mode | |||||
* | use the new fstab loop root functions | Matt Wilson | 2001-01-23 | 1 | -2/+2 | |
| | ||||||
* | missing import | Mike Fulbright | 2001-01-19 | 1 | -1/+1 | |
| | ||||||
* | missing import | Mike Fulbright | 2001-01-19 | 1 | -0/+1 | |
| | ||||||
* | reworked rescue mode to automatically mount the user's system | Erik Troan | 2001-01-12 | 1 | -0/+100 | |