summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Auto-update by queenrjh@chollian.neti18n2001-03-181-13/+3
|
* Auto-update by queenrjh@chollian.neti18n2001-03-181-345/+1114
|
* Translated the new fuzziesteg2001-03-181-26/+10
|
* Auto-update by claus_h@image.dki18n2001-03-181-3/+2
|
* Auto-update by jba@pobox.comi18n2001-03-181-10/+2
|
* fix German entry in lang-table and regen anaconda.potMatt Wilson2001-03-1730-1570/+863
|
* Auto-update by claus_h@image.dki18n2001-03-171-20/+15
|
* Auto-update by queenrjh@chollian.neti18n2001-03-171-327/+1112
|
* Auto-update by jba@pobox.comi18n2001-03-171-47/+42
|
* new stringsMike Fulbright2001-03-1728-6976/+6561
|
* Fixed screens so in GUI you cannot go back too far once you start down the ↵Mike Fulbright2001-03-178-30/+59
| | | | upgrade path. I've tested this extensively and this could probably be done better, but at least it works.
* Auto-update by menthos@menthos.comi18n2001-03-171-83/+27
|
* Auto-update by queenrjh@chollian.neti18n2001-03-171-27/+27
|
* Auto-update by queenrjh@chollian.neti18n2001-03-161-64/+67
|
* Upped swapSize from 32 to 128. Also made size = 2000 if there is more than ↵bfox2001-03-161-1/+2
| | | | 2 Gigs of FAT space
* upped swapSize from 32 to 128bfox2001-03-161-1/+1
|
* 1) print out the traceback before we try to format it (just for sanity sake)Matt Wilson2001-03-161-1/+8
| | | | | | 2) if the number of packages to be installed/upgraded is less than the number of images you have for the ads, you'll get a mod by 0 error. Prevent that.
* Auto-update by queenrjh@chollian.neti18n2001-03-161-67/+64
|
* fix the dir stuffErik Troan2001-03-161-4/+4
|
* fix upgrade messageMike Fulbright2001-03-161-1/+1
|
* use self.intf rather then intfErik Troan2001-03-161-1/+1
|
* fixed translatable stringErik Troan2001-03-161-1/+1
|
* reference count raidErik Troan2001-03-161-0/+12
|
* only turn on an X server if the XFree86 package is also going to be ↵Matt Wilson2001-03-161-1/+4
| | | | installed (#31773)
* don't duplicate fstab entriesErik Troan2001-03-161-1/+8
|
* if a swap file is in the fstab, but doesn't exist on the disk, dealErik Troan2001-03-161-9/+14
|
* Auto-update by roman.maurer@hermes.sii18n2001-03-161-256/+254
|
* dumb errorMike Fulbright2001-03-162-2/+25
|
* dont create swapfile in test modeMike Fulbright2001-03-162-4/+6
|
* fix upgrade in test modeMike Fulbright2001-03-161-1/+1
|
* fix test so we don't make a 0 length swapfile, and also test to enforce a ↵Mike Fulbright2001-03-161-2/+2
| | | | 16M buffer
* 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
|
* strip off /dev/ from partition names in kickstartErik Troan2001-03-161-0/+3
|
* cleaned up a tadErik Troan2001-03-161-3/+3
|
* be much more agressive about catching exceptionsErik Troan2001-03-161-1/+10
|
* todo.py:Matt Wilson2001-03-162-2/+9
| | | | | | | | | | | | | 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.
* If a label exists in the lilo.conf, *don't* reuse it. Make a freshMatt Wilson2001-03-161-0/+1
| | | | one to add to the new lilo.conf (#31194 and probably MANY MANY more)
* Be sure we take time to find the packages to upgrade before running alongMike Fulbright2001-03-161-1/+6
|
* ZIP and LS120s return physical geometry of 0/0/0, so don't divide by zero!Mike Fulbright2001-03-161-0/+3
|
* Avoid going into getNext when self.neededSwap does not exist. Resolves bug ↵bfox2001-03-151-0/+6
| | | | # 31783
* Auto-update by teg@redhat.comi18n2001-03-151-25/+26
|
* good idea to close fds when done, kernel gets unhappy later when rereading ↵Mike Fulbright2001-03-151-0/+1
| | | | partitions
* Auto-update by queenrjh@chollian.neti18n2001-03-151-34/+38
|
* move reconfig log file to /var/logMike Fulbright2001-03-152-2/+8
|
* Auto-update by queenrjh@chollian.neti18n2001-03-151-324/+1100
|
* umm.. no need to declare this, it breaks on 64 bit platformsMatt Wilson2001-03-151-2/+0
|
* *** empty log message ***Erik Troan2001-03-151-0/+157
|
* Moved the check for upgrade.swapSuggestion to the beginning of getScreenbfox2001-03-141-6/+8
|
* we don't need to call self.todo.upgradeFindPackages here anymore. It's been ↵bfox2001-03-141-1/+0
| | | | moved to upgradeSwapWindow