Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -2/+3 |
| | |||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -1/+1 |
| | | | | our own translate.py | ||||
* | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 1 | -5/+7 |
| | | | | work now, at least in gui. text mode might, though | ||||
* | don't let people come back here after they've turned on swap files once | Jeremy Katz | 2001-08-10 | 1 | -1/+2 |
| | |||||
* | correct amount of ram for ramdisk | Jeremy Katz | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | new step: find root parts, remove those bits from the interfaces for | Jeremy Katz | 2001-07-23 | 1 | -2/+2 |
| | | | | | | findinstall, hook up kickstart upgrade, mounting the root for an upgrade will mount the first in the list (which if you've gone through the interface is the only one, but if kickstart, upgrades the first install found) | ||||
* | fix code to find migratable mounts during an upgrade to use FileSystemSet ↵ | Mike Fulbright | 2001-07-20 | 1 | -23/+15 |
| | | | | object (id.fsset) instead of partition requests (id.partitions) since the original has RAID and partitions in it, and the later doesnt (yet) | ||||
* | almost | Mike Fulbright | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | second oot award of the day | Jeremy Katz | 2001-07-20 | 1 | -0/+1 |
| | |||||
* | handle migration during upgrades and rewrite fstab appropriately | Mike Fulbright | 2001-07-20 | 1 | -3/+3 |
| | |||||
* | reported RAM detected in upgrade swapfile screen | Mike Fulbright | 2001-07-11 | 1 | -5/+10 |
| | |||||
* | renable the creation and activation of swap files on upgrade | Matt Wilson | 2001-07-10 | 1 | -4/+1 |
| | |||||
* | report mount point correctly when querying about migrating fs on upgrade | Mike Fulbright | 2001-07-10 | 1 | -2/+9 |
| | |||||
* | more copyright notices | Matt Wilson | 2001-07-09 | 1 | -5/+18 |
| | |||||
* | Added upgrade migrate screen. Finds ext2 partitions and offers user choice ↵ | Mike Fulbright | 2001-07-06 | 1 | -0/+57 |
| | | | | of moving to ext3 | ||||
* | fixes for commenting error | Mike Fulbright | 2001-07-06 | 1 | -1/+2 |
| | |||||
* | individual package selection question on text upgrade | Jeremy Katz | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | fix bugs pychecker found... | Jeremy Katz | 2001-07-06 | 1 | -5/+5 |
| | |||||
* | break upgrade swap suggestion out into another step and store its findings in | Matt Wilson | 2001-06-27 | 1 | -11/+12 |
| | | | | instdata. | ||||
* | move upgrade mounting code into generic function, split bootloader init away ↵ | Matt Wilson | 2001-06-27 | 1 | -2/+1 |
| | | | | from what ever the heck is going on with getting the partition requests set up | ||||
* | text mode upgrade appears to work | Matt Wilson | 2001-06-25 | 1 | -59/+25 |
| | |||||
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -14/+14 |
| | |||||
* | fix for bug 34360 - make sure you are prompted for bootdisk on partionless ↵ | Mike Fulbright | 2001-04-02 | 1 | -0/+7 |
| | | | | unattended upgrade | ||||
* | pop the window before finding the packages to upgrade (#34361) | Matt Wilson | 2001-04-02 | 1 | -1/+1 |
| | |||||
* | text.py: destroy the scale in progresswindow on pop - masks a SEGV on | Matt Wilson | 2001-03-29 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | properly i18n (#33468) | Matt Wilson | 2001-03-28 | 1 | -1/+1 |
| | |||||
* | handle going back in TUI upgrade correctly, fixes traceback | Mike Fulbright | 2001-03-22 | 1 | -16/+17 |
| | |||||
* | need to upgradeFindPackages() even if no swap is created | Erik Troan | 2001-03-22 | 1 | -0/+1 |
| | |||||
* | Fixed screens so in GUI you cannot go back too far once you start down the ↵ | Mike Fulbright | 2001-03-17 | 1 | -1/+1 |
| | | | | upgrade path. I've tested this extensively and this could probably be done better, but at least it works. | ||||
* | fix upgrade message | Mike Fulbright | 2001-03-16 | 1 | -1/+1 |
| | |||||
* | dumb error | Mike Fulbright | 2001-03-16 | 1 | -1/+1 |
| | |||||
* | dont create swapfile in test mode | Mike Fulbright | 2001-03-16 | 1 | -2/+3 |
| | |||||
* | add test so we don't make a 0 length swapfile, or bigger than we're ↵ | Mike Fulbright | 2001-03-16 | 1 | -0/+4 |
| | | | | comfortable with (makes it consistent with GUI version of screen | ||||
* | fix check to see if we have buffer space left | Mike Fulbright | 2001-03-16 | 1 | -1/+1 |
| | |||||
* | added some buffer on device which we create a swap file on | Erik Troan | 2001-03-14 | 1 | -1/+1 |
| | |||||
* | fixed grammatical error in the text | bfox | 2001-03-09 | 1 | -2/+2 |
| | |||||
* | split from text.py | Erik Troan | 2001-03-09 | 1 | -0/+211 |