We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cd206 commit 6726980Copy full SHA for 6726980
mkosi/__init__.py
@@ -4059,6 +4059,7 @@ def build_image(context: Context) -> None:
4059
install_systemd_boot(context)
4060
install_grub(context)
4061
install_shim(context)
4062
+ run_locale_gen(context)
4063
run_sysusers(context)
4064
run_tmpfiles(context)
4065
run_preset(context)
mkosi/resources/man/mkosi.news.7.md
@@ -4,6 +4,10 @@
4
5
# mkosi Changelog
6
7
+## v27
8
+
9
+- Generate locales configured in `/etc/locale.gen`.
10
11
## v26
12
13
- Extra options to commands invoked by mkosi (e.g. when using `mkosi boot`
0 commit comments