From abf26e1ef526c51bb38d3d6669e3b8d4d08c4f2f Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 10 Mar 2008 17:35:48 -0400 Subject: Use the full path to the .discinfo file (#436855). --- loader2/urlinstall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader2/urlinstall.c') diff --git a/loader2/urlinstall.c b/loader2/urlinstall.c index 835ec2854..c0166188a 100644 --- a/loader2/urlinstall.c +++ b/loader2/urlinstall.c @@ -276,7 +276,7 @@ char * mountUrlImage(struct installMethod * method, if (cdurl) { /* verify that our URL is specifying the correct tree */ /* we do this by attempting to pull a .discinfo file */ - rc = asprintf(&buf, "%s/.discinfo", ui.address); + rc = asprintf(&buf, "%s/%s/.discinfo", ui.address, ui.prefix); if (loadSingleUrlImage(&ui, buf, NULL, NULL, NULL, 1)) { free(buf); umountStage2(); -- cgit