diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2023-12-12 14:14:36 +0100 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2023-12-14 17:26:23 +0100 |
commit | e07bbb82909a1fca8ff2e4aa1d8e496de7f97e1a (patch) | |
tree | 782dccebce4820e632684194d6f10b63d113b1ff /mkosi.images/system | |
parent | mkosi: Add testuser and tar to system image (diff) | |
download | systemd-e07bbb82909a1fca8ff2e4aa1d8e496de7f97e1a.tar.xz systemd-e07bbb82909a1fca8ff2e4aa1d8e496de7f97e1a.zip |
mkosi: Install locales in fedora
locale files are not generated on-demand in Fedora like they are in
Debian-like systems and are typically installed from package instead.
This is necessary for the locale tests,
which expect en_US.UTF-8 to be available.
Diffstat (limited to 'mkosi.images/system')
-rw-r--r-- | mkosi.images/system/mkosi.conf.d/10-fedora.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.images/system/mkosi.conf.d/10-fedora.conf b/mkosi.images/system/mkosi.conf.d/10-fedora.conf index 281e9464f6..620688e51b 100644 --- a/mkosi.images/system/mkosi.conf.d/10-fedora.conf +++ b/mkosi.images/system/mkosi.conf.d/10-fedora.conf @@ -8,4 +8,5 @@ Packages= btrfs-progs compsize f2fs-tools + glibc-langpack-en kernel-core |