Skip to content

Commit

Permalink
Add glibc-all-langpacks
Browse files Browse the repository at this point in the history
glibc recently split all of its locale data into subpackages, so if we
install no langpacks we get no locales. Explicitly install all of the
langpacks.
  • Loading branch information
dashea committed Feb 26, 2016
1 parent 3ec193a commit 0dd3b94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions share/templates.d/99-generic/runtime-install.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ installpkg grubby
installpkg b43-openfwwf
%endif

## install all of the glibc langpacks since otherwise we get no locales
installpkg glibc-all-langpacks

## arch-specific packages (bootloaders etc.)
%if basearch == "aarch64":
installpkg efibootmgr grub2-efi grub2-efi-modules grubby shim shim-unsigned
Expand Down

0 comments on commit 0dd3b94

Please sign in to comment.