summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_text.py
Commit message (Collapse)AuthorAgeFilesLines
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-1/+1
| | | | | | | | | | | - Change minsize/maxsize to minSize/maxSize since that's the convention elsewhere throughout the code. - Redirect output from all external utilities to tty5, not /dev/null. - Don't waste calls to basename for debug log statements, especially when the device can be None. - Add lots of missing imports. - Fix lots of remnants of previous code usage.
* Lots of little updates to make things use the new storage module.David Lehman2009-02-241-32/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exception.py: - Remove unused partedUtils import. - Collect things from storage, not partitions. gui.py: - exceptionDisks is in storage now, not diskset. installclasses/rhel.py: installclasses/fedora.py: - setDefaultPartitioning take storage arg, not partitions. iw/autopart_type.py: - Find things in storage, not partitions. iw/bootloader_main_gui.py: iw/osbootwidget.py: - Remove unused partedUtils import. - Find fsset in storage now. - Use storage, not diskset, for iterating over disks/partitions. iw/lvm_dialog_gui.py: - Fix several typos from the original storage update. iw/partition_gui.py: - Find unusedMDMembers in storage, not partitions. iw/partitionui_helpers_gui.py: - Use StorageDevice.minSize,maxSize for resize limits. - Update doUIRAIDLVMChecks to use new storage module. packages.py: - Use new storage module to list vgs for selinux hack. storage/__init__.py: - Fix FSSet.createSwapFile so it creates the file on the correct device. storage/iscsi.py: - Use new storage module to identify iscsi disks. textw/partition_text.py: textw/upgrade_text.py: - Initial update to use new storage module. yuminstall.py: - Use storage module to find space for upgrade transaction. - Use storage module to locate protected partitions to mount in doPreInstall.
* Update partedUtils.py:findExistingRootPartitions to return UUID (atodorov).Chris Lumens2009-01-071-1/+1
| | | | | | | | The attached patch updates findExistingRootPartitions to return dev, fs, release string, label and uuid and fixes all callers to use the 5 tuple. This is required so that later changes to upgrades functionality can fit better in the code. For more background see: https://www.redhat.com/archives/anaconda-devel-list/2008-December/msg00210.html
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-2/+2
| | | | * po/sk.po: Typo fix.
* Make migration from ext3 -> ext4 saner on upgrade (#437567)Jeremy Katz2008-03-141-8/+16
| | | | | Get rid of hard-coded "migrate to ext3" bits and instead use fsystem.migrateto; also make the text a little bit more generic
* GPLv2+ license boilerplates for textw/*.py files.David Cantrell2007-12-171-6/+12
|
* 2007-09-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-251-0/+6
| | | | | | | | * textw/upgrade_text.py (UpgradeExamineWindow.__call__): Default to upgrade if we should * instdata.py (InstallData.reset): Allow 'doupgrade' on the command line to default to doing an upgrade
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-1/+1
| | | | | | * iw/partition_gui.py (PartitionWindow.getNext): Typo fix (Renato Pavičić) * textw/upgrade_text.py (UpgradeSwapWindow.__call__): Likewise.
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-6/+5
| | | | #204564).
* Upgrade is no longer an installclass, either.Chris Lumens2007-01-191-5/+2
|
* parts is a 4-tuple in these instances, too. Hooray for (no) type checking!Chris Lumens2006-07-101-1/+1
|
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-47/+18
|
* Use new logging system.Chris Lumens2005-08-121-1/+0
|
* finish fixing #129803Jeremy Katz2004-08-181-1/+1
|
* fix ordering of upgrade vs install (#129803)Jeremy Katz2004-08-121-2/+2
|
* swap order of install/upgrade options, default to install with RHELJeremy Katz2004-07-301-1/+2
|
* removed reference to unused corrected keyword for memInstalled() function.Mike Fulbright2003-06-231-1/+1
|
* mark for translation (#79975)Jeremy Katz2002-12-181-1/+1
|
* tweak upgrade examine screenMike Fulbright2002-12-111-6/+12
|
* upgradeRoot is the first two parts of the tuple. I really really need to ↵Jeremy Katz2002-11-061-1/+1
| | | | rewrite how we mount roots on upgrade
* first pass upgrade autodetection. the ui still needs a little work, but itJeremy Katz2002-11-051-50/+42
| | | | seems to work reasonably well.
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-3/+3
|
* 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
|