summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Import missing module "network".Peter Jones2008-07-071-0/+1
|
* Wait up to 45 seconds for "No medium found" to stop happening when looking forPeter Jones2008-07-071-0/+15
| | | | stage 2. Experimentation says it's about 18 seconds on my plextor drive...
* New version (11.4.1.12-1)anaconda-11.4.1.12-1Peter Jones2008-07-031-1/+4
|
* Sort PACKAGES= and add dmraid-libsPeter Jones2008-07-031-19/+19
|
* New version (11.4.1.11-1)anaconda-11.4.1.11-1Peter Jones2008-07-031-1/+6
|
* Add mesa-dri-drivers to PACKAGESGR.Peter Jones2008-07-031-14/+15
|
* Alphabetize PACKAGESGR's initial setting.Peter Jones2008-07-031-30/+28
|
* Get the rest of the psudo->pseudo changes (#453843)Jeremy Katz2008-07-021-2/+2
|
* setupCdrom: Don't free stage2loc in a loop, since it isn't reallocated there.Peter Jones2008-07-021-1/+0
|
* New version.anaconda-11.4.1.10-1Chris Lumens2008-07-011-1/+10
|
* 2008-06-30 Janis Ozolins <janis_fjc@yahoo.co.uk> (via johnij@fedoraproject.org)Janis Ozolins2008-06-301-166/+150
| | | | * po/lv.po: Updated Latvian translation
* Remove old livecd flagJeremy Katz2008-06-303-15/+3
| | | | | | The livecd flag was for "I'm building a livecd", ie with kadischi, not for doing a livecd install. Keeping the old flag around was just confusing, especially as kadischi is no longer used/maintained
* Explicitly setup livecd install by passing --liveinst to anacondaJeremy Katz2008-06-303-2/+7
| | | | | We don't do things based on the method string anymore, so explicitly specify that we're doing a livecd based install
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-2717-166/+503
| | | | | | | | | For instances where the asprintf() was ignored, wrap it in a test to check if it failed. If it failed, log a message and abort. There may be some instances where abort may not be what we want to do, however, we were ignoring the return value completely so if we did get a failure, it would just SIGSEGV. Now it will SIGABRT instead.
* Per strtol(3) man page, set errno=0 before call.David Cantrell2008-06-277-3/+24
| | | | | | | | | | From the NOTES section of strtol(3): "Since strtol() can legitimately return 0, LONG_MAX, or LONG_MIN (LLONG_MAX or LLONG_MIN for strtoll()) on both success and failure, the calling program should set errno to 0 before the call, and then determine if an error occurred by checking whether errno has a non-zero value after the call."
* Rescue mode no longer needs access to a methodstr (#453044).Chris Lumens2008-06-272-14/+1
|
* 2008-06-27 Chester Cheng <ccheng@redhat.com> (via snowlet@fedoraproject.org)Chester Cheng2008-06-271-498/+39
| | | | * po/zh_TW.po: Test. 1 string translated.
* Use strtol() instead of atoi()David Cantrell2008-06-267-24/+178
| | | | | | | Code cleanup patch. Use strtol() to convert strings to ints, rather than atoi(). No error checking capability with atoi(). Also add error handling to detect strtol failures.
* Spell pseudo correctly.Peter Jones2008-06-263-23/+23
|
* New version.anaconda-11.4.1.9-1Chris Lumens2008-06-251-1/+4
|
* Query for anaconda rather than anaconda-runtime in buildinstallJesse Keating2008-06-251-4/+4
| | | | | | | Since we don't create an anaconda-runtime package anymore, buildinstall querying for it was going wrong. Admittedly this may be a problem with repoquery and yumdownloader, and that will be investigated, but for the sake of getting things working, I'm fixing it here.
* 2008-06-25 Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com> (viaSharuzzaman Ahmat Raslan2008-06-251-2291/+1472
| | | | | | szaman@fedoraproject.org) * po/ms.po: Updated Malay translation
* Bump versionanaconda-11.4.1.8-1Jeremy Katz2008-06-231-1/+12
|
* Remove from being installed tooJeremy Katz2008-06-231-2/+0
|
* Remove anaconda-runtime as a separate subpackageJeremy Katz2008-06-231-21/+7
|
* Remove the stuff we're not calling.Peter Jones2008-06-231-82/+0
|
* Remove this since we don't use it anymoreJeremy Katz2008-06-231-0/+0
|
* Don't continue on using the base installclass if we can't find oneJeremy Katz2008-06-231-2/+1
| | | | | This avoids the problem of our imports failing due to typos and then getting weird behavior non-obviously later
* Get rid of wlite and unicode-lite; these were necessary to supportPeter Jones2008-06-2381-38782/+1
| | | | static linking.
* Remove pkgorder and splittree; these should be in pungiJeremy Katz2008-06-232-706/+0
|
* Add the .treeinfo file into the exception report.Chris Lumens2008-06-211-1/+2
|
* Fix a typo (#452140).Chris Lumens2008-06-211-1/+1
|
* New version.anaconda-11.4.1.7-1Chris Lumens2008-06-201-1/+7
|
* Remove ancient block of code to upgrade Netscape Communicator.Chris Lumens2008-06-201-18/+0
|
* Move enableNetwork into the interface. Bring network up for scp.Chris Lumens2008-06-194-19/+20
|
* If we can't mount for some reason, don't traceback (#452159).Chris Lumens2008-06-191-1/+4
|
* Fix the upgrade button traceback (#374891).Chris Lumens2008-06-191-4/+6
| | | | Patch by Tim "Taiwanese" Liim (timliim@alcatel-lucent.com).
* New version.anaconda-11.4.1.6-1Chris Lumens2008-06-181-1/+13
|
* Enable media check again, and let it check the boot.iso.Chris Lumens2008-06-181-54/+35
|
* Fix a simple build error.Chris Lumens2008-06-181-1/+1
|
* Add some memory error handling.Chris Lumens2008-06-182-3/+14
|
* If repo=/method= is given, disable all other repos by default.Chris Lumens2008-06-182-1/+6
|
* Bring up the network before attempting to use a repo that requires networking.Chris Lumens2008-06-182-41/+46
| | | | | | A better fix for this would include an updated repo editor with support for all these various types of repositories. But that's not ready yet, so the error handling here will have to be a little sub-standard.
* Clean up most uses of the methodstr attribute.Chris Lumens2008-06-181-67/+95
|
* Support mounting nfsiso sources in mountDirectory.Chris Lumens2008-06-181-13/+9
|
* Substitute the version from buildstamp for $releasever if needed.Chris Lumens2008-06-181-7/+6
|
* Don't pass methodstr into the backend and instdata.Chris Lumens2008-06-185-65/+19
|
* verifyMedia can check without needing an older timestamp.Chris Lumens2008-06-181-3/+8
|
* Only use systemMounted for CD/DVD installs.Chris Lumens2008-06-181-21/+5
|
* Remove verifyStamp and validIsoImages which are no longer used.Chris Lumens2008-06-184-140/+5
|