summaryrefslogtreecommitdiffstats
path: root/image.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
* good idea to close a file when you're done with it if you intend to umount ↵Mike Fulbright2002-07-241-5/+8
| | | | the file system its on
* apply pbrown's patch to change disc info files to be .discinfo and have all ↵Jeremy Katz2002-07-121-14/+49
| | | | of the relevant information. this will allow for similar formatting for other product CDs such as the lacd
* copy packages from the cdrom to the tmppath before actually using them to ↵Jeremy Katz2002-07-121-1/+19
| | | | install
* 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 ↵Mike Fulbright2002-05-231-2/+13
| | | | our own translate.py
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-3/+5
| | | | work now, at least in gui. text mode might, though
* 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 ↵Matt Wilson2002-02-041-0/+3
| | | | for both plain text and HTML RELEASE-NOTES, convert to utf8
* /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 ↵Matt Wilson2001-06-211-3/+4
| | | | disk switching (hard to test, broken packaging)
* 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
|
* clean up cdroms properlyErik Troan2000-06-061-0/+1
|
* create /tmp/cleanup properlyErik Troan2000-06-021-0/+4
|
* fix for call to logMatt Wilson2000-05-221-2/+2
|
* don't die if we don't have the disc number tagsMatt Wilson2000-05-221-1/+5
|
* reworked mount semanticsErik Troan2000-05-161-2/+1
|
* made cdrom switching more robustErik Troan2000-05-121-5/+23
|
* multiple cd installs work!!!Erik Troan2000-05-111-4/+26
|
* 1) split into nfs and cdrom methodsErik Troan2000-05-101-7/+24
| | | | 2) switch loopback fs to file in installed system
* fixes for alpha, fstab readingMatt Wilson1999-09-071-1/+1
|