summaryrefslogtreecommitdiffstats
path: root/image.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* add FileCopyException to be used when we have IO errors grabbing packagesJeremy Katz2002-11-041-4/+8
* 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 reallybefore-rpm-4.1Jeremy Katz2002-10-071-3/+3
* # if self.currentDisc is empty, then we shouldn't have anythingJeremy Katz2002-10-071-1/+13
* if we fail to read a package, then we could get into getFilename() withoutJeremy Katz2002-10-071-4/+21
* 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
* try to unmount the cd if we get a failure installing a package so that theJeremy Katz2002-08-191-1/+19
* we need to set currentDisc at the beginning to avoid prompting for disc2 when...Jeremy Katz2002-08-101-2/+17
* 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 RedHat/ba...Jeremy Katz2002-07-241-10/+19
* good idea to close a file when you're done with it if you intend to umount th...Mike Fulbright2002-07-241-5/+8
* apply pbrown's patch to change disc info files to be .discinfo and have all o...Jeremy Katz2002-07-121-14/+49
* copy packages from the cdrom to the tmppath before actually using them to ins...Jeremy Katz2002-07-121-1/+19
* fix speling (#68541)Bill Nottingham2002-07-111-1/+1
* use comps.xml nowJeremy Katz2002-06-271-1/+1
* get the root path into all of the install methodsJeremy Katz2002-06-251-8/+8
* use product name (#67058)Jeremy Katz2002-06-201-1/+3
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-2/+13
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-3/+5
* make it so if you have > 2 CD drives we find images correctlyMike Fulbright2002-03-041-0/+3
* now read comps from updates if presentMike Fulbright2002-02-081-1/+1
* removed hardcoding of /mnt/source, parse RELEASE-NOTES.html as html, search f...Matt Wilson2002-02-041-0/+3
* /tmp/cleanup wasn't used in 7.2 anyway...Erik Troan2002-01-251-21/+0
* added nfsiso methodErik Troan2002-01-251-0/+107
* re-enabled the postaction on install classes, fixed the fsset support for dis...Matt Wilson2001-06-211-3/+4
* use two part header listsErik Troan2001-02-101-0/+3
* compare contents of disk imagesErik Troan2001-01-091-7/+22
* cleanup loopback nfs installsErik Troan2000-12-121-0/+5
* use separate timer for install which can be stopped and startedErik Troan2000-12-081-2/+6
* support multiple cdrom drivesErik Troan2000-11-071-2/+22
* if h[1000002] is never set, don't copy the instimageErik Troan2000-11-061-1/+1
* insert topmountdir into path when checking free spaceErik Troan2000-08-101-1/+1
* more run-out-of-disk-space-reasonable patchesErik Troan2000-08-081-0/+7
* handle running out of space when copying stage2.img a bit more maturallyErik Troan2000-08-081-4/+13
* sleep after a failed mount for slow cdrom drivesErik Troan2000-08-041-2/+6
* finished code to put loopback filesystem on fs with the most free spaceErik Troan2000-08-031-8/+8
* use init to eject the final cdErik Troan2000-07-311-3/+6
* handle case when we dont need to cleanupMike Fulbright2000-07-201-0/+3
* don't fall over if we're still mountedMatt Wilson2000-07-121-3/+3
* patch from jj to only copy the filesystem if we need to switch disksMatt Wilson2000-07-051-4/+14
* eject cdrom at end of installErik Troan2000-06-161-0/+2