> diff --git a/loader/nfsinstall.c b/loader/nfsinstall.c > index 73dedcd..685062b 100644 > --- a/loader/nfsinstall.c > +++ b/loader/nfsinstall.c > @@ -401,7 +401,8 @@ void setKickstartNfs(struct loaderData_s * loaderData, int argc, > > substr = strstr(dir, ".img"); > if (!substr || (substr && *(substr+4) != '\0')) { > - checked_asprintf(&(loaderData->instRepo), "nfs:%s:%s", host, dir); > + checked_asprintf(&(loaderData->instRepo), "nfs:%s:%s:%s", > + mountOpts, host, dir); > > logMessage(INFO, "results of nfs, host is %s, dir is %s, opts are '%s'", > host, dir, mountOpts); If mountOpts is NULL here, you're going to get a string like "nfs::blah:blah". Can stage2 handle that? - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list