Fabian Deutsch has uploaded a new change for review. Change subject: recipe: Include UTF-8 fonts and use en_US.utf8 ......................................................................
recipe: Include UTF-8 fonts and use en_US.utf8 Previously we switched to non-utf8 locales because utf8 fonts were missing. Now these fonts are added and we can switch back to utf8 again. This fixes issues with the TUI. Change-Id: I2d0050dcb42032fd5367a8abcbfad195dd420310 Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/common-install.ks M recipe/common-minimizer.ks 2 files changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/61/14261/1 diff --git a/recipe/common-install.ks b/recipe/common-install.ks index 7ca30a6..d3bafe1 100644 --- a/recipe/common-install.ks +++ b/recipe/common-install.ks @@ -1,4 +1,4 @@ -lang C +lang en_US.utf8 keyboard us timezone --utc UTC auth --useshadow --enablemd5 diff --git a/recipe/common-minimizer.ks b/recipe/common-minimizer.ks index 6879b72..d42c0d3 100644 --- a/recipe/common-minimizer.ks +++ b/recipe/common-minimizer.ks @@ -295,7 +295,6 @@ keep /lib/firmware/ctfw_fc.bin keep /lib/firmware/aic94xx-seq.fw -drop /lib/kbd/consolefonts drop /etc/pki/tls keep /etc/pki/tls/openssl.cnf drop /etc/pki/java -- To view, visit http://gerrit.ovirt.org/14261 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2d0050dcb42032fd5367a8abcbfad195dd420310 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
