--- loader/urlinstall.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/loader/urlinstall.c b/loader/urlinstall.c index 150800e..9c16043 100644 --- a/loader/urlinstall.c +++ b/loader/urlinstall.c @@ -463,9 +463,10 @@ void setKickstartUrl(struct loaderData_s * loaderData, int argc, } /* determine install type */ - if (strstr(url, "http://") || strstr(url, "ftp://")) + if (strstr(url, "http://") || strstr(url, "ftp://")) { loaderData->method = METHOD_URL; - else { + loaderData->stage2Data = NULL; + } else { newtWinMessage(_("Kickstart Error"), _("OK"), _("Unknown Url method %s"), url); return; -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list