summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* just the sync bitJeremy Katz2006-06-161-22/+11
|
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-162-12/+28
| | | | * isys.py (sync): sync seems to cause an oops on s390 (#195630)
* - don't error if dm control node is already presentPeter Jones2006-06-162-1/+9
|
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-162-0/+6
| | | | * partedUtils.py (DiskSet.startDmRaid): No dmraid on s390
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-152-1/+10
| | | | * anaconda.spec: Bump version.
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-154-5/+22
| | | | | | | | * iw/iscsi_gui.py (iscsiWindow.getNext): Hack for iscsi to stabilize * iscsi.py (iscsi.write): Write out iscsi config bits * anaconda (opts.iscsi): Actually handle the iscsi flag
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-152-0/+10
| | | | * loader2/net.c: Hack for s390 to work for now
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-152-1/+3
| | | | * isys/isys.py (inet_ntoa): Fix on 64bit machines
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-152-2/+4
| | | | * textw/zfcp_text.py (ZFCPWindow.__call__): Fix syntax errors.
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-152-3/+7
| | | | | * scripts/pkgorder: Make sure all kernel packages are in pkgorder. We don't really want kernel-devel on the last CD anyway.
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-152-2/+6
| | | | | | * anaconda.spec (BuildPreReq): We need the newer kudzu to avoid segfaults in the loader, not explicitly at runtime (Version): Bump
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-152-2/+7
| | | | | * anaconda.spec (BuildPreReq): We need the newer kudzu to avoid segfaults in the loader, not explicitly at runtime
* Merged Oriya translation with .pot filesbehera2006-06-151-36/+23
|
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-153-2/+20
| | | | | | | | * anaconda.spec (Requires): Need openssh to generate keys when building s390 trees (Version): Bump * scripts/mk-images: We need libaudit on s390 now too.
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-142-0/+5
| | | | | * image.py (CdromInstallMethod.switchMedia): Don't switch if we're already there.
* - initialize ttys earlier to make debugging system library breakage easier.Peter Jones2006-06-142-4/+10
|
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-142-6/+5
| | | | * scripts/pkgorder: add some kernels
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-143-2/+16
| | | | | | * anaconda.spec: Bump version. * scripts/pkgorder (addGroups): Only select groups which exist
* bump versionJeremy Katz2006-06-141-1/+4
|
* mm, quoting...Paul Nasrat2006-06-141-1/+1
|
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-142-1/+9
| | | | * anaconda.spec: Bump version.
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-142-0/+3
| | | | * scripts/upd-instroot (KEEPFILE): Actually keep gptsync around
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-142-2/+4
| | | | * scripts/mk-images: More attempts at the s390...
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-142-4/+4
| | | | * dispatch.py (installSteps): That wasn't supposed to be committed...
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-142-1/+5
| | | | * yuminstall.py (YumBackend.kernelVersionList): I still can't type.
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-143-3/+6
| | | | | | * anaconda.spec: Bump version. * scripts/mk-images: More trying to fix s390...
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-143-13/+22
| | | | | | | * anaconda.spec: Bump version. * yuminstall.py (YumBackend.getBestKernelByArch): New xen kernel package naming.
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-143-5/+10
| | | | | * scripts/mk-images: New xen kernel name. * scripts/mk-images.x86: Likewise.
* Bump version and stuff.David Cantrell2006-06-143-1/+10
|
* * loader2/log.c: Removed vaLogMessage() and made logMessage() whatDavid Cantrell2006-06-144-9/+23
| | | | | | | | it was in a past life. * loader2/log.h: Removed vaLogMessage() prototype. * loader2/net.c (netlogger): Make a buffer of an arbitrary size, cram the va_list in to that using vsnprintf(), pass to logMessage().
* 2006-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-134-2/+16
| | | | * anaconda.spec: Bump version.
* 2006-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-132-1/+6
| | | | * scripts/pkgorder (PackageOrderer.setup): More API fixage
* Quick, where'd that exception object go?Chris Lumens2006-06-132-1/+3
|
* And stash text, not a widget, into the options dict.Chris Lumens2006-06-131-1/+1
|
* Housekeeping.David Cantrell2006-06-132-7/+2
|
* Filter out sitX devices from the list.David Cantrell2006-06-132-7/+11
|
* Release notes viewer updates.David Cantrell2006-06-133-31/+38
|
* * loader2/net.c: Last inet_ntoa() -> inet_ntop() conversions.David Cantrell2006-06-133-19/+34
| | | | * loader2/urls.c: Likewise.
* * loader2/log.c: Added vaLogMessage() to take va_list argument, makeDavid Cantrell2006-06-134-12/+17
| | | | | | logMessage() call this function. * loader2/log.c: vaLogMessage() prototype. * loader2/net.c (netlogger): Call vaLogMessage instead of logMessage().
* Strings vs. widget.Chris Lumens2006-06-132-2/+7
|
* 2006-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-132-1/+12
| | | | * anaconda.spec: Bump version.
* Fix so we expand variables so we bless mac imagesPaul Nasrat2006-06-131-1/+1
|
* 2006-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-132-3/+13
| | | | * anaconda.spec: Bump version
* Rearrange config steps. Make sure package get installed. I guess that'sChris Lumens2006-06-132-3/+7
| | | | desired behavior.
* Like we're going to have test 1 even working tomorrow.David Cantrell2006-06-133-53/+57
|
* ... and the right fix hereJeremy Katz2006-06-131-1/+1
|
* Things To Ignore for $400David Cantrell2006-06-131-0/+1
|
* 2006-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-132-2/+6
| | | | * yuminstall.py (simpleCallback.callback): Another API fix
* 2006-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-132-5/+8
| | | | | * scripts/pkgorder: Fix up for new yum API, don't import anaconda_log until after we've put /usr/lib/anaconda into the path
* 2006-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-132-1/+5
| | | | * scripts/mk-images (tty): I will learn to type someday.