summaryrefslogtreecommitdiffstats
path: root/loader2/urlinstall.c
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-06-03 17:31:45 -0400
committerChris Lumens <clumens@redhat.com>2008-06-18 10:44:56 -0400
commit2f7fd20db45ca8e48592866ebcd96469576a4b0c (patch)
tree381a955a14d0bcc358d711e884b072033411457d /loader2/urlinstall.c
parentc6c820483fb3ff01c235926402581b1163bea1c5 (diff)
downloadanaconda-2f7fd20db45ca8e48592866ebcd96469576a4b0c.tar.gz
anaconda-2f7fd20db45ca8e48592866ebcd96469576a4b0c.tar.xz
anaconda-2f7fd20db45ca8e48592866ebcd96469576a4b0c.zip
Strip cdinstall.c down to just looking for the stage2 image.
This includes changing the API of setupCdrom to no longer take a requirepkgs parameter. Doing that also causes a cascade of having to change findAnacondaCD and all its callers for the same reason.
Diffstat (limited to 'loader2/urlinstall.c')
-rw-r--r--loader2/urlinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/urlinstall.c b/loader2/urlinstall.c
index 9bb230ba9..7e34d48b8 100644
--- a/loader2/urlinstall.c
+++ b/loader2/urlinstall.c
@@ -270,7 +270,7 @@ char * mountUrlImage(struct installMethod * method,
* this check.
*/
if (!FL_STAGE2(flags))
- cdurl = findAnacondaCD(location, 0);
+ cdurl = findAnacondaCD(location);
if (cdurl) {
logMessage(INFO, "Detected stage 2 image on CD");