diff options
author | Chris Lumens <clumens@redhat.com> | 2006-08-07 21:21:51 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-08-07 21:21:51 +0000 |
commit | 91a0bf2604e23c9832ff807bbc0aee8ac7947128 (patch) | |
tree | 1b368d6d3cdea7727aca9d1def3af4f02adb10b3 | |
parent | 242077869ff0d546201fca33b31ddb4dae4ac8b2 (diff) | |
download | anaconda-91a0bf2604e23c9832ff807bbc0aee8ac7947128.tar.gz anaconda-91a0bf2604e23c9832ff807bbc0aee8ac7947128.tar.xz anaconda-91a0bf2604e23c9832ff807bbc0aee8ac7947128.zip |
s390 build fix.
-rw-r--r-- | anaconda.spec | 5 | ||||
-rw-r--r-- | loader2/loader.c | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/anaconda.spec b/anaconda.spec index 68a881f89..4bae7bb1e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 11.1.0.78 +Version: 11.1.0.79 Release: 1 License: GPL Summary: Graphical system installer @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Aug 07 2006 Chris Lumens <clumens@redhat.com> 11.1.0.79-1 +- s390 build fix. + * Mon Aug 07 2006 Chris Lumens <clumens@redhat.com> 11.1.0.78-1 - Fix password writing for interactive kickstart installs (#201455). - Don't check percentage on preexisting LVs (#193341). diff --git a/loader2/loader.c b/loader2/loader.c index bced69310..78f5e9524 100644 --- a/loader2/loader.c +++ b/loader2/loader.c @@ -843,7 +843,7 @@ static char *doLoaderMain(char * location, return url; else { rhcdfnd = 1; - methodNum = METHOD_CDROM; + methodNum = 0; } } |