Re: [rhel6-branch 2/2] nfs/kickstart: do not throw away the --opts part.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux