Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | having the constant present helps | Jeremy Katz | 2003-10-14 | 1 | -0/+1 |
| | |||||
* | read product path from the build stamp if possible, default to RedHat if not | Jeremy Katz | 2003-10-14 | 1 | -2/+2 |
| | | | | available. basically notting's patch with some fixes and genhdlist handled | ||||
* | merge changes from taroon branch | Jeremy Katz | 2003-08-20 | 1 | -1/+1 |
| | |||||
* | merge from taroon branch to head | Jeremy Katz | 2003-07-31 | 1 | -1/+2 |
| | |||||
* | Changed how we acquire release notes so that we now try to pull it for all ↵ | Mike Fulbright | 2003-06-26 | 1 | -1/+4 |
| | | | | 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. | ||||
* | merge from taroon branch to HEAD. mostly the package stuff, but also | Jeremy Katz | 2003-05-20 | 1 | -3/+3 |
| | | | | msw's ctrl-alt-del thing and some arch fixups | ||||
* | adjust function parameter to allow for possibility of callback, although not ↵ | Mike Fulbright | 2003-04-14 | 1 | -1/+1 |
| | | | | used for these methods yet | ||||
* | eject the cdrom from the second stage via a generic cleanup so that it | Jeremy Katz | 2002-12-16 | 1 | -0/+9 |
| | | | | | 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 packages | Jeremy Katz | 2002-11-04 | 1 | -0/+4 |
| | | | | | | or when pulling packages from a remote site. also, fix ts.setProbFilter | ||||
* | use file:/// for file urls to make urllib2 happy (this method is only used ↵ | Jeremy Katz | 2002-11-04 | 1 | -2/+2 |
| | | | | for finding the comps file, so it's safe to do this) | ||||
* | move unmountCD base method to correct base class | Jeremy Katz | 2002-08-19 | 1 | -0/+4 |
| | | | | | don't fail if we can't unmount the source image at filesDone(); they'll reboot soon enough anyway | ||||
* | get comps.xml from multiple sources | Mike Fulbright | 2002-07-31 | 1 | -0/+34 |
| | |||||
* | get the root path into all of the install methods | Jeremy Katz | 2002-06-25 | 1 | -1/+17 |
| | |||||
* | kind of need these | Jeremy Katz | 2002-02-11 | 1 | -0/+2 |
| | |||||
* | pass in the hdlist to readCompsViaMethod | Matt Wilson | 2002-02-11 | 1 | -2/+2 |
| | |||||
* | duh, import os | Matt Wilson | 2002-02-11 | 1 | -0/+2 |
| | |||||
* | now read comps from updates if present | Mike Fulbright | 2002-02-08 | 1 | -0/+16 |
| | |||||
* | removed hardcoding of /mnt/source, parse RELEASE-NOTES.html as html, search ↵ | Matt Wilson | 2002-02-04 | 1 | -0/+3 |
| | | | | for both plain text and HTML RELEASE-NOTES, convert to utf8 | ||||
* | /tmp/cleanup wasn't used in 7.2 anyway... | Erik Troan | 2002-01-25 | 1 | -3/+0 |
| | |||||
* | more pychecker fun | Jeremy Katz | 2001-11-27 | 1 | -1/+1 |
| | |||||
* | systemUnmounted took wrong parameters | Erik Troan | 2000-08-09 | 1 | -1/+1 |
| | |||||
* | more run-out-of-disk-space-reasonable patches | Erik Troan | 2000-08-08 | 1 | -0/+3 |
| | |||||
* | patch from jj to only copy the filesystem if we need to switch disks | Matt Wilson | 2000-07-05 | 1 | -1/+1 |
| | |||||
* | create /tmp/cleanup properly | Erik Troan | 2000-06-02 | 1 | -0/+3 |
| | |||||
* | fixes harddrive install to not nuke source partition, and also get --onpart ↵ | Mike Fulbright | 2000-05-24 | 1 | -1/+1 |
| | | | | to work (and warn when is can't because clearpart is on | ||||
* | should fix so hard drive installs from ext2 DONT blow away source partition ↵ | Mike Fulbright | 2000-05-22 | 1 | -0/+3 |
| | | | | when autopartitioning | ||||
* | added proper inheritance for install methods | Erik Troan | 2000-05-10 | 1 | -0/+22 |