summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_text.py
Commit message (Collapse)AuthorAgeFilesLines
* migrate to using rhpl log functionMike Fulbright2002-05-231-2/+3
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-1/+1
| | | | our own translate.py
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-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 onceJeremy Katz2001-08-101-1/+2
|
* correct amount of ram for ramdiskJeremy Katz2001-08-081-1/+1
|
* new step: find root parts, remove those bits from the interfaces forJeremy Katz2001-07-231-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 Fulbright2001-07-201-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)
* almostMike Fulbright2001-07-201-1/+1
|
* second oot award of the dayJeremy Katz2001-07-201-0/+1
|
* handle migration during upgrades and rewrite fstab appropriatelyMike Fulbright2001-07-201-3/+3
|
* reported RAM detected in upgrade swapfile screenMike Fulbright2001-07-111-5/+10
|
* renable the creation and activation of swap files on upgradeMatt Wilson2001-07-101-4/+1
|
* report mount point correctly when querying about migrating fs on upgradeMike Fulbright2001-07-101-2/+9
|
* more copyright noticesMatt Wilson2001-07-091-5/+18
|
* Added upgrade migrate screen. Finds ext2 partitions and offers user choice ↵Mike Fulbright2001-07-061-0/+57
| | | | of moving to ext3
* fixes for commenting errorMike Fulbright2001-07-061-1/+2
|
* individual package selection question on text upgradeJeremy Katz2001-07-061-1/+1
|
* fix bugs pychecker found...Jeremy Katz2001-07-061-5/+5
|
* break upgrade swap suggestion out into another step and store its findings inMatt Wilson2001-06-271-11/+12
| | | | instdata.
* move upgrade mounting code into generic function, split bootloader init away ↵Matt Wilson2001-06-271-2/+1
| | | | from what ever the heck is going on with getting the partition requests set up
* text mode upgrade appears to workMatt Wilson2001-06-251-59/+25
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-14/+14
|
* fix for bug 34360 - make sure you are prompted for bootdisk on partionless ↵Mike Fulbright2001-04-021-0/+7
| | | | unattended upgrade
* pop the window before finding the packages to upgrade (#34361)Matt Wilson2001-04-021-1/+1
|
* text.py: destroy the scale in progresswindow on pop - masks a SEGV onMatt Wilson2001-03-291-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 Wilson2001-03-281-1/+1
|
* handle going back in TUI upgrade correctly, fixes tracebackMike Fulbright2001-03-221-16/+17
|
* need to upgradeFindPackages() even if no swap is createdErik Troan2001-03-221-0/+1
|
* Fixed screens so in GUI you cannot go back too far once you start down the ↵Mike Fulbright2001-03-171-1/+1
| | | | upgrade path. I've tested this extensively and this could probably be done better, but at least it works.
* fix upgrade messageMike Fulbright2001-03-161-1/+1
|
* dumb errorMike Fulbright2001-03-161-1/+1
|
* dont create swapfile in test modeMike Fulbright2001-03-161-2/+3
|
* add test so we don't make a 0 length swapfile, or bigger than we're ↵Mike Fulbright2001-03-161-0/+4
| | | | comfortable with (makes it consistent with GUI version of screen
* fix check to see if we have buffer space leftMike Fulbright2001-03-161-1/+1
|
* added some buffer on device which we create a swap file onErik Troan2001-03-141-1/+1
|
* fixed grammatical error in the textbfox2001-03-091-2/+2
|
* split from text.pyErik Troan2001-03-091-0/+211