From: Daan De Meyer Date: Sun, 10 Dec 2023 08:33:39 +0000 (+0100) Subject: mkosi-initrd: Make locale configurable X-Git-Tag: v20~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf6a4c1bcb5f4fd49da86d19f959e56d953de59;p=thirdparty%2Fmkosi.git mkosi-initrd: Make locale configurable Now that we use it as the default initrd, let's make the locale configurable so we can override it when building an image. --- diff --git a/mkosi/resources/mkosi-initrd/mkosi.conf b/mkosi/resources/mkosi-initrd/mkosi.conf index 9946ee197..784813506 100644 --- a/mkosi/resources/mkosi-initrd/mkosi.conf +++ b/mkosi/resources/mkosi-initrd/mkosi.conf @@ -36,7 +36,7 @@ RemoveFiles= /usr/lib/modules/*/System.map # Configure locale explicitly so that all other locale data is stripped on distros whose package manager supports it. -Locale=C.UTF-8 +@Locale=C.UTF-8 WithDocs=no # Make sure various core modules are always included in the initrd.