From a7066a8164a883d4db597596694334609a206795 Mon Sep 17 00:00:00 2001 From: Alexandre Le Gall Date: Wed, 20 Sep 2023 18:07:52 +0200 Subject: [PATCH] =?UTF-8?q?[FIX]=20G=C3=A9n=C3=A9rer=20des=20images?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- distrobuilder/debian-sid.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrobuilder/debian-sid.yml b/distrobuilder/debian-sid.yml index 127a8cd..fb22282 100644 --- a/distrobuilder/debian-sid.yml +++ b/distrobuilder/debian-sid.yml @@ -50,9 +50,9 @@ actions: set -eux # Make sure the locale is built and functional - export LC_ALL="en_US.UTF-8" + echo "en_US.UTF-8 UTF-8" | tee --append /etc/locale.gen dpkg-reconfigure --frontend=noninteractive locales - #update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 + update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 # Cleanup underlying /run mount -o bind / /mnt