summaryrefslogtreecommitdiffstats
path: root/image.py
Commit message (Collapse)AuthorAgeFilesLines
* Use new logging system.Chris Lumens2005-08-121-19/+21
|
* Fix parameter passing so mounted ISO image installs work again, too.Chris Lumens2005-05-021-1/+1
|
* 2005-04-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-291-3/+3
| | | | | * image.py (CdromInstallMethod.getRPMFilename): Beep when asking to insert the CD, not after...
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-2/+2
| | | | | | | | | | | | * text.py (InstallInterface.messageWindow): Properly return the idx of the return on a custom messageWindow * image.py (presentRequiredMediaMessage): Add back button for required media message (#114770) * textw/confirm_text.py (BeginUpgradeWindow.__call__): Likewise. (BeginInstallWindow.__call__): Likewise. * iw/confirm_gui.py (UpgradeConfirmWindow.getNext) (InstallConfirmWindow.getNext): Likewise.
* 2005-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-261-11/+13
| | | | | | | | | | | | | | | | * image.py (CdromInstallMethod.getRPMFilename): Beep if we need to insert a new CD (#109264) * harddrive.py (HardDriveInstallMethod.__init__): Do method parsing here instead of in anaconda. Pass intf down. * image.py (ImageInstallMethod.__init__): Likewise. * image.py (CdromImageInstallMethod.__init__): Likewise. * image.py (NfsInstallMethod.__init__): Likewise. * image.py (NfsISOInstallMethod.__init__): Likewise. * installmethod.py (InstallMethod.__init__): Likewise. * urlinstall.py (UrlInstallMethod.__init__): Likewise. * anaconda: Make method __init__'s all basically act the same
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | | | | | | | * constants.py: Make bugzilla URL more changeable. * iw/xconfig_gui.py (XConfigWindow.getNext): Likewise. * packages.py (betaNagScreen): Likewise. * hdrlist.py (GroupSet.__main__): Nuke some dead code. * Makefile (DESTDIR): Likewise. * image.py (findIsoImages): Genericize comment. * loader2/urlinstall.c: Likewise.
* 2004-11-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-011-0/+7
| | | | | | * image.py (findIsoImages): Skip ISOs which don't have a product/RPMS dir to avoid some of the confusion if users put the source ISOs in the same dir as the binary (#106017)
* a little bit more clarity when prompting for CDsJeremy Katz2004-06-031-3/+7
|
* don't prompt about needing multiple cds with the dvd (#121591)Jeremy Katz2004-05-041-1/+25
|
* more adjustments for RPM API changes. this should fix the problems peopleJeremy Katz2004-04-151-2/+2
| | | | have seen with making dvds from rawhide (which doesn't have disc # info)
* revert to old cd handling code. this will at least fix cd ejecting even ifJeremy Katz2004-04-081-54/+66
| | | | | it takes the code back to the ugliness it used to be. on my fc3 plate to fix nicely
* duh (#116220)Jeremy Katz2004-02-191-1/+1
|
* clean up message a little bit, make it do the right thing (#114711)Jeremy Katz2004-02-181-4/+9
|
* some logging and fix cd swapping.Jeremy Katz2004-02-021-21/+38
| | | | this code is crap and is going to get rewritten for post-test1
* collapse down the cd finding code so that we don't duplicate as much andJeremy Katz2004-01-061-66/+39
| | | | | so that we should handle needing to swap cds and putting the next cd in a different cd drive. (#105987)
* tyopJeremy Katz2003-11-111-1/+1
|
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-10/+11
| | | | available. basically notting's patch with some fixes and genhdlist handled
* add notification right before install/upgrade starts on how many CDs will be ↵Mike Fulbright2003-09-121-0/+39
| | | | required so user can abort if they didnt burn them all
* merge changes from taroon branchJeremy Katz2003-08-201-11/+4
|
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-3/+10
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* merge from taroon branch to headJeremy Katz2003-07-311-1/+6
|
* Changed how we acquire release notes so that we now try to pull it for all ↵Mike Fulbright2003-06-261-6/+15
| | | | install methods. Have tested on all installmethods but CDROM. Only shortcoming presently is 1) It mount/umount the HD image loopback alot of times in process finding the matching file for your lang (we try lots of variations), and 2) lots of IOError warnings on VC3 for HTTP installs for same reason.
* fix for bug 97151Mike Fulbright2003-06-121-0/+3
|
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-2/+4
| | | | and cleanups in here too
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-7/+5
| | | | msw's ctrl-alt-del thing and some arch fixups
* did not read how these classes interacted well enough the first time. I've ↵Mike Fulbright2003-05-051-17/+23
| | | | test this fix with NFS tree-based and NFS ISO.
* show ALL missing images, not just the first one.Mike Fulbright2003-05-051-2/+22
|
* need extra args for callback (unused in these cases)Mike Fulbright2003-05-021-2/+2
|
* adjust function parameter to allow for possibility of callback, although not ↵Mike Fulbright2003-04-141-1/+1
| | | | used for these methods yet
* fix for CD/DVD eject problemsMike Fulbright2003-02-201-1/+7
|
* check that files exist before we read header lists. this is gettingJeremy Katz2003-02-111-0/+4
| | | | annoying :) (#84016)
* make note of a design flawMike Fulbright2003-02-041-1/+5
|
* if the eject fails, we don't really careJeremy Katz2003-01-081-1/+4
|
* fix ejecting -- add a makeDevice param for ejectCdrom (defaults to oldJeremy Katz2002-12-181-3/+1
| | | | behavior) so that we cna pass just the file we want to eject (eg /tmp/cdrom
* oops, need to save before committingJeremy Katz2002-12-161-2/+2
|
* eject the cdrom from the second stage via a generic cleanup so that itJeremy Katz2002-12-161-10/+6
| | | | | gets ejected when we tell people to remove their media instead of waiting until the very very end. and now we don't eject on network installs either :)
* add FileCopyException to be used when we have IO errors grabbing packagesJeremy Katz2002-11-041-4/+8
| | | | | | or when pulling packages from a remote site. also, fix ts.setProbFilter
* disc1 should have RedHat/base/stage2.img presentJeremy Katz2002-10-251-0/+6
|
* use R_OK instead of O_RDONLY for access calls. granted, it doesn't reallyJeremy Katz2002-10-071-3/+3
| | | | | | matter for us because the file's existence means we can read it (we're running as root) and O_RDONLY = 0 and F_OK = 0, but while I'm fixing things in here, I might as well be thorough
* # if self.currentDisc is empty, then we shouldn't have anythingJeremy Katz2002-10-071-1/+13
| | | | | | | # mounted. double-check by trying to unmount, but we don't want # to get into a loop of trying to unmount forever. if # self.currentDisc is set, then it should still be mounted and # we want to loop until it unmounts successfully
* if we fail to read a package, then we could get into getFilename() withoutJeremy Katz2002-10-071-4/+21
| | | | | | | a CD mounted so reading the .discinfo file can fail. keep a copy of the first timestamp we can succeed in reading as self.timestamp so that we have a timestamp to compare with when this happens
* dag gonitMike Fulbright2002-08-231-1/+1
|
* fix for not finding CD on first CD - bug #70139Mike Fulbright2002-08-231-1/+7
|
* call the magic singing dancing retrying unmount when we need to change cdsJeremy Katz2002-08-191-1/+1
|
* move unmountCD base method to correct base classJeremy Katz2002-08-191-5/+14
| | | | | don't fail if we can't unmount the source image at filesDone(); they'll reboot soon enough anyway
* try to unmount the cd if we get a failure installing a package so that theJeremy Katz2002-08-191-1/+19
| | | | | user can eject their CD if they want and change it for one that isn't cracked down the middle
* we need to set currentDisc at the beginning to avoid prompting for disc2 ↵Jeremy Katz2002-08-101-2/+17
| | | | when we install from the dvd
* handle comma delimited disc numbers for the dvdJeremy Katz2002-08-091-12/+22
|
* get comps.xml from multiple sourcesMike Fulbright2002-07-311-1/+2
|
* fix cd installs (based on msf's comments). also, add stuff to copy ↵Jeremy Katz2002-07-241-10/+19
| | | | RedHat/base/comps.rpm into /var/tmp before we start installing packages and actually install it after the install. there's got to be a better way, but this will at least work for this beta