From c3397e6e132ca7f7aae743a82b27d2ff19bcafd8 Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Sun, 20 Apr 2025 12:16:57 +0200 Subject: Also copy etc/locale.conf This seems to be needed by lxde since trixie --- backend/modules/install_main | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/modules/install_main b/backend/modules/install_main index bc8877c..a0363b6 100644 --- a/backend/modules/install_main +++ b/backend/modules/install_main @@ -285,6 +285,7 @@ function copy_etc_to_target() cp -a /etc/localtime $TARGET/etc/localtime cp -a /etc/default/keyboard $TARGET/etc/default/keyboard cp -a /etc/default/locale $TARGET/etc/default/locale + cp -a /etc/locale.conf $TARGET/etc/locale.conf cp -a /etc/locale.gen $TARGET/etc/locale.gen cp -a /etc/apt/sources.list.d/*.list $TARGET/etc/apt/sources.list.d/ cp -a /etc/machine-id $TARGET/etc/machine-id -- cgit v1.0