Skip to content

Commit 0e2960c

Browse files
hundebolldaandemeyer
authored andcommitted
Add missing call to run_locale_gen()
And mention the new feature in the news file.
1 parent 41cd206 commit 0e2960c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

mkosi/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4059,6 +4059,7 @@ def build_image(context: Context) -> None:
40594059
install_systemd_boot(context)
40604060
install_grub(context)
40614061
install_shim(context)
4062+
run_locale_gen(context)
40624063
run_sysusers(context)
40634064
run_tmpfiles(context)
40644065
run_preset(context)

mkosi/resources/man/mkosi.news.7.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
# mkosi Changelog
66

7+
## v27
8+
9+
- Generate locales configured in `/etc/locale.gen`.
10+
711
## v26
812

913
- Extra options to commands invoked by mkosi (e.g. when using `mkosi boot`

0 commit comments

Comments
 (0)