summaryrefslogtreecommitdiffstats
path: root/installmethod.py
Commit message (Expand)AuthorAgeFilesLines
...
* eject the cdrom from the second stage via a generic cleanup so that itJeremy Katz2002-12-161-0/+9
* add FileCopyException to be used when we have IO errors grabbing packagesJeremy Katz2002-11-041-0/+4
* use file:/// for file urls to make urllib2 happy (this method is only used fo...Jeremy Katz2002-11-041-2/+2
* move unmountCD base method to correct base classJeremy Katz2002-08-191-0/+4
* get comps.xml from multiple sourcesMike Fulbright2002-07-311-0/+34
* get the root path into all of the install methodsJeremy Katz2002-06-251-1/+17
* kind of need theseJeremy Katz2002-02-111-0/+2
* pass in the hdlist to readCompsViaMethodMatt Wilson2002-02-111-2/+2
* duh, import osMatt Wilson2002-02-111-0/+2
* now read comps from updates if presentMike Fulbright2002-02-081-0/+16
* 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-3/+0
* more pychecker funJeremy Katz2001-11-271-1/+1
* systemUnmounted took wrong parametersErik Troan2000-08-091-1/+1
* more run-out-of-disk-space-reasonable patchesErik Troan2000-08-081-0/+3
* patch from jj to only copy the filesystem if we need to switch disksMatt Wilson2000-07-051-1/+1
* create /tmp/cleanup properlyErik Troan2000-06-021-0/+3
* fixes harddrive install to not nuke source partition, and also get --onpart t...Mike Fulbright2000-05-241-1/+1
* should fix so hard drive installs from ext2 DONT blow away source partition w...Mike Fulbright2000-05-221-0/+3
* added proper inheritance for install methodsErik Troan2000-05-101-0/+22