Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from taroon branch to head | Jeremy Katz | 2003-07-31 | 1 | -0/+2 |
| | |||||
* | Changed how we acquire release notes so that we now try to pull it for all ↵ | Mike Fulbright | 2003-06-26 | 1 | -1/+29 |
| | | | | 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. | ||||
* | revert back to mounting source ISO partition as needed. Stage 2 is in RAM as ↵ | Mike Fulbright | 2003-06-23 | 1 | -3/+35 |
| | | | | before. | ||||
* | 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 | ||||
* | show ALL missing images, not just the first one. | Mike Fulbright | 2003-05-05 | 1 | -6/+15 |
| | |||||
* | cleaner code | Mike Fulbright | 2003-05-01 | 1 | -3/+2 |
| | |||||
* | adjust function parameter to allow for possibility of callback, although not ↵ | Mike Fulbright | 2003-04-14 | 1 | -1/+1 |
| | | | | used for these methods yet | ||||
* | now we loopback mount stage 2 for harddrive this code is not needed | Mike Fulbright | 2003-03-28 | 1 | -37/+4 |
| | |||||
* | removed hdtree method for good | Mike Fulbright | 2003-03-24 | 1 | -93/+0 |
| | |||||
* | check that files exist before we read header lists. this is getting | Jeremy Katz | 2003-02-11 | 1 | -1/+13 |
| | | | | annoying :) (#84016) | ||||
* | fixup old hard drive for the case where it's not rooted at the base (not ↵ | Jeremy Katz | 2003-01-29 | 1 | -2/+2 |
| | | | | that old hard drive is used anymore | ||||
* | and it isnt a CD you are missing, its an ISO image | Mike Fulbright | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | ok show some mercy and let the poor sap know when he hits Ok his machine is ↵ | Mike Fulbright | 2003-01-23 | 1 | -1/+1 |
| | | | | rebooting | ||||
* | oops, didn't change these to go back to rpm 4.1 | Jeremy Katz | 2002-10-08 | 1 | -1/+1 |
| | |||||
* | merge anaconda-8-0-branch to HEAD | Jeremy Katz | 2002-09-05 | 1 | -0/+1 |
| | |||||
* | move unmountCD base method to correct base class | Jeremy Katz | 2002-08-19 | 1 | -2/+12 |
| | | | | | don't fail if we can't unmount the source image at filesDone(); they'll reboot soon enough anyway | ||||
* | get the basename of the right thing in HardDrive copyFileToTemp. also, make ↵ | Jeremy Katz | 2002-08-09 | 1 | -1/+16 |
| | | | | sure we have things mounted and return to the state we were in. comps.rpm should get installed for hard drive installs now | ||||
* | get comps.xml from multiple sources | Mike Fulbright | 2002-07-31 | 1 | -3/+4 |
| | |||||
* | fix hdtree | Mike Fulbright | 2002-07-30 | 1 | -18/+8 |
| | |||||
* | fix for bugs #69306 and #67917 - we mount fs under /dev now so lvm tools can ↵ | Mike Fulbright | 2002-07-24 | 1 | -2/+2 |
| | | | | find them, and this magic code looked in /tmp | ||||
* | fix cd installs (based on msf's comments). also, add stuff to copy ↵ | Jeremy Katz | 2002-07-24 | 1 | -0/+12 |
| | | | | 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 | ||||
* | use comps.xml now | Jeremy Katz | 2002-06-27 | 1 | -2/+2 |
| | |||||
* | get the root path into all of the install methods | Jeremy Katz | 2002-06-25 | 1 | -4/+4 |
| | |||||
* | the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵ | Jeremy Katz | 2002-06-10 | 1 | -1/+1 |
| | | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1 | ||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -2/+14 |
| | | | | our own translate.py | ||||
* | now read comps from updates if present | Mike Fulbright | 2002-02-08 | 1 | -2/+2 |
| | |||||
* | findIsoImages moved | Jeremy Katz | 2002-01-28 | 1 | -1/+2 |
| | |||||
* | moved iso image probing code to image.py | Erik Troan | 2002-01-25 | 1 | -46/+2 |
| | |||||
* | unmount the loopback isos when going back (#50790) | Matt Wilson | 2001-08-14 | 1 | -0/+3 |
| | |||||
* | Fix yes/no dialog to actually work in text mode, fix GUI messageWindow to ↵ | Mike Fulbright | 2001-07-02 | 1 | -1/+1 |
| | | | | return a valid boolean value for yes/no dialog. Also fixup calls to messageWindow appropriately. | ||||
* | don't reuse mountpoints and loop devs | Jeremy Katz | 2001-06-22 | 1 | -9/+9 |
| | |||||
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -2/+0 |
| | |||||
* | changed readonly to readOnly in some parameters for consistency | Erik Troan | 2001-03-09 | 1 | -2/+2 |
| | |||||
* | catch non 2048 multiple long ISOs, probably means that it was corrupted | Mike Fulbright | 2001-02-15 | 1 | -1/+16 |
| | |||||
* | fix typo | Mike Fulbright | 2001-02-14 | 1 | -0/+1 |
| | |||||
* | fixed to actually work with split header lists | Erik Troan | 2001-02-10 | 1 | -1/+4 |
| | |||||
* | use two part header lists | Erik Troan | 2001-02-10 | 1 | -0/+6 |
| | |||||
* | import _ | Mike Fulbright | 2000-12-13 | 1 | -0/+1 |
| | |||||
* | use separate timer for install which can be stopped and started | Erik Troan | 2000-12-08 | 1 | -2/+2 |
| | |||||
* | losetup bits from hard drive as readonly | Erik Troan | 2000-12-01 | 1 | -2/+2 |
| | |||||
* | mount all media read only | Erik Troan | 2000-11-21 | 1 | -4/+7 |
| | |||||
* | fix for installing from iso's not in root of device | Erik Troan | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | modified hard drive install method to use iso images on hard drive | Erik Troan | 2000-11-17 | 1 | -3/+142 |
| | |||||
* | patch from jj to only copy the filesystem if we need to switch disks | Matt Wilson | 2000-07-05 | 1 | -1/+1 |
| | |||||
* | 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/+6 |
| | | | | when autopartitioning | ||||
* | reworked mount semantics | Erik Troan | 2000-05-16 | 1 | -3/+1 |
| | |||||
* | added proper inheritance for install methods | Erik Troan | 2000-05-10 | 1 | -5/+4 |
| | |||||
* | Need to include path to upgrade tree in complete filename | Mike Fulbright | 2000-04-04 | 1 | -1/+1 |
| | |||||
* | Fix hard drive upgrades to work if partition containing update is in /etc/fstab | Mike Fulbright | 2000-04-03 | 1 | -23/+36 |
| |