| Commit message (Expand) | Author | Age | Files | Lines |
* | if the eject fails, we don't really care | Jeremy Katz | 2003-01-08 | 1 | -1/+4 |
* | fix ejecting -- add a makeDevice param for ejectCdrom (defaults to old | Jeremy Katz | 2002-12-18 | 1 | -3/+1 |
* | oops, need to save before committing | Jeremy Katz | 2002-12-16 | 1 | -2/+2 |
* | eject the cdrom from the second stage via a generic cleanup so that it | Jeremy Katz | 2002-12-16 | 1 | -10/+6 |
* | add FileCopyException to be used when we have IO errors grabbing packages | Jeremy Katz | 2002-11-04 | 1 | -4/+8 |
* | disc1 should have RedHat/base/stage2.img present | Jeremy Katz | 2002-10-25 | 1 | -0/+6 |
* | use R_OK instead of O_RDONLY for access calls. granted, it doesn't reallybefore-rpm-4.1 | Jeremy Katz | 2002-10-07 | 1 | -3/+3 |
* | # if self.currentDisc is empty, then we shouldn't have anything | Jeremy Katz | 2002-10-07 | 1 | -1/+13 |
* | if we fail to read a package, then we could get into getFilename() without | Jeremy Katz | 2002-10-07 | 1 | -4/+21 |
* | dag gonit | Mike Fulbright | 2002-08-23 | 1 | -1/+1 |
* | fix for not finding CD on first CD - bug #70139 | Mike Fulbright | 2002-08-23 | 1 | -1/+7 |
* | call the magic singing dancing retrying unmount when we need to change cds | Jeremy Katz | 2002-08-19 | 1 | -1/+1 |
* | move unmountCD base method to correct base class | Jeremy Katz | 2002-08-19 | 1 | -5/+14 |
* | try to unmount the cd if we get a failure installing a package so that the | Jeremy Katz | 2002-08-19 | 1 | -1/+19 |
* | we need to set currentDisc at the beginning to avoid prompting for disc2 when... | Jeremy Katz | 2002-08-10 | 1 | -2/+17 |
* | handle comma delimited disc numbers for the dvd | Jeremy Katz | 2002-08-09 | 1 | -12/+22 |
* | get comps.xml from multiple sources | Mike Fulbright | 2002-07-31 | 1 | -1/+2 |
* | fix cd installs (based on msf's comments). also, add stuff to copy RedHat/ba... | Jeremy Katz | 2002-07-24 | 1 | -10/+19 |
* | good idea to close a file when you're done with it if you intend to umount th... | Mike Fulbright | 2002-07-24 | 1 | -5/+8 |
* | apply pbrown's patch to change disc info files to be .discinfo and have all o... | Jeremy Katz | 2002-07-12 | 1 | -14/+49 |
* | copy packages from the cdrom to the tmppath before actually using them to ins... | Jeremy Katz | 2002-07-12 | 1 | -1/+19 |
* | fix speling (#68541) | Bill Nottingham | 2002-07-11 | 1 | -1/+1 |
* | use comps.xml now | Jeremy Katz | 2002-06-27 | 1 | -1/+1 |
* | get the root path into all of the install methods | Jeremy Katz | 2002-06-25 | 1 | -8/+8 |
* | use product name (#67058) | Jeremy Katz | 2002-06-20 | 1 | -1/+3 |
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -1/+2 |
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our... | Mike Fulbright | 2002-05-23 | 1 | -2/+13 |
* | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 1 | -3/+5 |
* | make it so if you have > 2 CD drives we find images correctly | Mike Fulbright | 2002-03-04 | 1 | -0/+3 |
* | now read comps from updates if present | Mike Fulbright | 2002-02-08 | 1 | -1/+1 |
* | removed hardcoding of /mnt/source, parse RELEASE-NOTES.html as html, search f... | Matt Wilson | 2002-02-04 | 1 | -0/+3 |
* | /tmp/cleanup wasn't used in 7.2 anyway... | Erik Troan | 2002-01-25 | 1 | -21/+0 |
* | added nfsiso method | Erik Troan | 2002-01-25 | 1 | -0/+107 |
* | re-enabled the postaction on install classes, fixed the fsset support for dis... | Matt Wilson | 2001-06-21 | 1 | -3/+4 |
* | use two part header lists | Erik Troan | 2001-02-10 | 1 | -0/+3 |
* | compare contents of disk images | Erik Troan | 2001-01-09 | 1 | -7/+22 |
* | cleanup loopback nfs installs | Erik Troan | 2000-12-12 | 1 | -0/+5 |
* | use separate timer for install which can be stopped and started | Erik Troan | 2000-12-08 | 1 | -2/+6 |
* | support multiple cdrom drives | Erik Troan | 2000-11-07 | 1 | -2/+22 |
* | if h[1000002] is never set, don't copy the instimage | Erik Troan | 2000-11-06 | 1 | -1/+1 |
* | insert topmountdir into path when checking free space | Erik Troan | 2000-08-10 | 1 | -1/+1 |
* | more run-out-of-disk-space-reasonable patches | Erik Troan | 2000-08-08 | 1 | -0/+7 |
* | handle running out of space when copying stage2.img a bit more maturally | Erik Troan | 2000-08-08 | 1 | -4/+13 |
* | sleep after a failed mount for slow cdrom drives | Erik Troan | 2000-08-04 | 1 | -2/+6 |
* | finished code to put loopback filesystem on fs with the most free space | Erik Troan | 2000-08-03 | 1 | -8/+8 |
* | use init to eject the final cd | Erik Troan | 2000-07-31 | 1 | -3/+6 |
* | handle case when we dont need to cleanup | Mike Fulbright | 2000-07-20 | 1 | -0/+3 |
* | don't fall over if we're still mounted | Matt Wilson | 2000-07-12 | 1 | -3/+3 |
* | patch from jj to only copy the filesystem if we need to switch disks | Matt Wilson | 2000-07-05 | 1 | -4/+14 |
* | eject cdrom at end of install | Erik Troan | 2000-06-16 | 1 | -0/+2 |