[Libosinfo] [PATCH 1/5] install-config: Correct default keyboard layout
Michal Privoznik
mprivozn at redhat.com
Sat Dec 29 13:15:46 UTC 2012
On 29.12.2012 00:14, Zeeshan Ali (Khattak) wrote:
> From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
>
> After commit 35a87594, format of keyboard layout string is the same as
> the language.
> ---
> osinfo/osinfo_install_config.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/osinfo/osinfo_install_config.c b/osinfo/osinfo_install_config.c
> index 2007ec9..6b6917b 100644
> --- a/osinfo/osinfo_install_config.c
> +++ b/osinfo/osinfo_install_config.c
> @@ -153,7 +153,7 @@ osinfo_install_config_init (OsinfoInstallConfig *config)
>
> osinfo_entity_set_param(OSINFO_ENTITY(config),
> OSINFO_INSTALL_CONFIG_PROP_L10N_KEYBOARD,
> - "us");
> + "en_US.UTF-8");
> osinfo_entity_set_param(OSINFO_ENTITY(config),
> OSINFO_INSTALL_CONFIG_PROP_L10N_TIMEZONE,
> "America/New_York");
> @@ -179,7 +179,7 @@ osinfo_install_config_init (OsinfoInstallConfig *config)
> *
> * Construct a new install configuration with default values for
> * language, keyboard, timezone and admin password. The default values
> - * are to use an 'us' keyboard, an 'en_US.UTF-8' language and an
> + * are to use an 'en_US.UTF-8' language and keyboard, and an
> * 'America/New_York' timezone. The admin password is set to a random
> * 8 character password.
> *
>
ACK series
Michal
More information about the Libosinfo
mailing list