Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't let people come back here after they've turned on swap files once | Jeremy Katz | 2001-08-10 | 1 | -1/+3 |
| | |||||
* | correct amount of ram for ramdisk | Jeremy Katz | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | reported RAM detected in upgrade swapfile screen | Mike Fulbright | 2001-07-11 | 1 | -2/+4 |
| | |||||
* | renable the creation and activation of swap files on upgrade | Matt Wilson | 2001-07-10 | 1 | -3/+1 |
| | |||||
* | fix logic of dialog result | Mike Fulbright | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | insert if | Matt Wilson | 2001-07-06 | 1 | -5/+6 |
| | |||||
* | Fix yes/no dialog to actually work in text mode, fix GUI messageWindow to ↵ | Mike Fulbright | 2001-07-02 | 1 | -3/+3 |
| | | | | return a valid boolean value for yes/no dialog. Also fixup calls to messageWindow appropriately. | ||||
* | break upgrade swap suggestion out into another step and store its findings in | Matt Wilson | 2001-06-27 | 1 | -7/+6 |
| | | | | instdata. | ||||
* | text mode upgrade appears to work | Matt Wilson | 2001-06-25 | 1 | -2/+1 |
| | |||||
* | more fixups for upgrades | Matt Wilson | 2001-06-22 | 1 | -18/+2 |
| | |||||
* | completed most heavy lifting to get upgrades back in place. Still need to ↵ | Matt Wilson | 2001-06-22 | 1 | -8/+11 |
| | | | | 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 | -22/+46 |
| | | | | affect upgrades, not installs | ||||
* | get final branch copies | Matt Wilson | 2001-06-20 | 1 | -9/+2 |
| | |||||
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -20/+3 |
| | |||||
* | Allow clist to scroll if the have lots of partitions | bfox | 2001-04-27 | 1 | -2/+9 |
| | |||||
* | Put paren in right place to translation occurs | Mike Fulbright | 2001-04-03 | 1 | -2/+2 |
| | |||||
* | text.py: destroy the scale in progresswindow on pop - masks a SEGV on | Matt Wilson | 2001-03-29 | 1 | -2/+3 |
| | | | | | | | | | | 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 | ||||
* | Fixed screens so in GUI you cannot go back too far once you start down the ↵ | Mike Fulbright | 2001-03-17 | 1 | -11/+4 |
| | | | | upgrade path. I've tested this extensively and this could probably be done better, but at least it works. | ||||
* | dumb error | Mike Fulbright | 2001-03-16 | 1 | -1/+24 |
| | |||||
* | dont create swapfile in test mode | Mike Fulbright | 2001-03-16 | 1 | -2/+3 |
| | |||||
* | fix test so we don't make a 0 length swapfile, and also test to enforce a ↵ | Mike Fulbright | 2001-03-16 | 1 | -2/+2 |
| | | | | 16M buffer | ||||
* | Be sure we take time to find the packages to upgrade before running along | Mike Fulbright | 2001-03-16 | 1 | -1/+6 |
| | |||||
* | Avoid going into getNext when self.neededSwap does not exist. Resolves bug ↵ | bfox | 2001-03-15 | 1 | -0/+6 |
| | | | | # 31783 | ||||
* | Moved the check for upgrade.swapSuggestion to the beginning of getScreen | bfox | 2001-03-14 | 1 | -6/+8 |
| | |||||
* | added check for some free space on the partition | bfox | 2001-03-14 | 1 | -1/+1 |
| | |||||
* | removed hard coded value for suggSize | bfox | 2001-03-13 | 1 | -1/+0 |
| | |||||
* | screen for creating new swap space in GUI upgrade | bfox | 2001-03-13 | 1 | -0/+165 |