summaryrefslogtreecommitdiffstats
path: root/loader2
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-11-26 22:08:15 +0000
committerJeremy Katz <katzj@redhat.com>2005-11-26 22:08:15 +0000
commit0b893cca791a6079bd7626a0521c103585826e1d (patch)
tree3bfd4957d8ddd7fa8aa760c0aa61a45a8c00101e /loader2
parent4f5c238d6876c18fa261013e33ad979871e25b4f (diff)
downloadanaconda-0b893cca791a6079bd7626a0521c103585826e1d.tar.gz
anaconda-0b893cca791a6079bd7626a0521c103585826e1d.tar.xz
anaconda-0b893cca791a6079bd7626a0521c103585826e1d.zip
2005-11-26 Jeremy Katz <katzj@redhat.com>
* loader2/urlinstall.c (mountUrlImage): Fix booting with CD1 and using FTP/HTTP to not look for hdlist. This still isn't ideal
Diffstat (limited to 'loader2')
-rw-r--r--loader2/urlinstall.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/loader2/urlinstall.c b/loader2/urlinstall.c
index 35b993d98..cdc4169de 100644
--- a/loader2/urlinstall.c
+++ b/loader2/urlinstall.c
@@ -270,8 +270,10 @@ char * mountUrlImage(struct installMethod * method,
/* before trying to pull one over network */
cdurl = findAnacondaCD(location, modInfo, modLoaded,
*modDeps, flags, 0);
+ /* FIXME: this hard-codes info about the backend type
+ which sucks */
if (cdurl &&
- (loadSingleUrlImage(&ui, "base/hdlist", flags, NULL,
+ (loadSingleUrlImage(&ui, "repodata/repomd.xml", flags, NULL,
NULL, NULL, 0) == 0)) {
logMessage(INFO, "Detected stage 2 image on CD");
winStatus(50, 3, _("Media Detected"),