Mageia Bugzilla – Attachment 1236 Details for
Bug 191
In network installations the release number in the mirror selection dialogue isn't clear enough
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
display distro name too
191.diff (text/plain), 782 bytes, created by
Thierry Vignaud
on 2011-12-14 14:30:24 CET
(
hide
)
Description:
display distro name too
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2011-12-14 14:30:24 CET
Size:
782 bytes
patch
obsolete
>diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c >index a1af8af..fa515f0 100644 >--- a/mdk-stage1/network.c >+++ b/mdk-stage1/network.c >@@ -861,8 +861,8 @@ static int choose_mirror_from_host_list(mirrorlist_t mirrorlist, char **selected > static int choose_mirror_from_list(char *http_proxy_host, char *http_proxy_port, const char *protocol, char **selected_host, char **filepath) > { > enum return_type results; >- char *versions[] = { "Specify the mirror manually", DISTRIB_VERSION, NULL }; >- char *version = DISTRIB_VERSION; >+ char *versions[] = { "Specify the mirror manually", DISTRIB_NAME " " DISTRIB_VERSION, NULL }; >+ char *version = DISTRIB_NAME " " DISTRIB_VERSION; > > do { > results = ask_from_list("Please select a medium from the list below.", versions, &version);
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index a1af8af..fa515f0 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -861,8 +861,8 @@ static int choose_mirror_from_host_list(mirrorlist_t mirrorlist, char **selected static int choose_mirror_from_list(char *http_proxy_host, char *http_proxy_port, const char *protocol, char **selected_host, char **filepath) { enum return_type results; - char *versions[] = { "Specify the mirror manually", DISTRIB_VERSION, NULL }; - char *version = DISTRIB_VERSION; + char *versions[] = { "Specify the mirror manually", DISTRIB_NAME " " DISTRIB_VERSION, NULL }; + char *version = DISTRIB_NAME " " DISTRIB_VERSION; do { results = ask_from_list("Please select a medium from the list below.", versions, &version);
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191
:
41
| 1236