- if (asprintf(&buf, _("Please enter the server and path to your %s "
+ if (asprintf(&buf, _("Please enter the server and NFSv3 path to your %s "
"installation image and optionally additional "
"NFS mount options."), getProductName()) == -1) {
logMessage(CRITICAL, "%s: %d: %m", __func__, __LINE__);
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
02-17-2010, 07:44 PM
Chris Lumens
cosmetic: tell them we expect NFSv3 path in loader (#560101).
> diff --git a/loader/nfsinstall.c b/loader/nfsinstall.c
> index de1ce29..e4b2396 100644
> --- a/loader/nfsinstall.c
> +++ b/loader/nfsinstall.c
> @@ -79,7 +79,7 @@ static int nfsGetSetup(char ** hostptr, char ** dirptr, char ** optsptr) {
> entries[3].text = NULL;
> entries[3].value = NULL;
>
> - if (asprintf(&buf, _("Please enter the server and path to your %s "
> + if (asprintf(&buf, _("Please enter the server and NFSv3 path to your %s "
> "installation image and optionally additional "
> "NFS mount options."), getProductName()) == -1) {
> logMessage(CRITICAL, "%s: %d: %m", __func__, __LINE__);
Note that we're now after the string freeze so we shouldn't be changing
translatable strings.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list