On 04/01/2011 04:11 PM, Chris Lumens wrote:
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?
It looks like it can but I'm sending a fix nonetheless, given how late
it is in 6.1.
Ales
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list