1
0

[FIX] Générer des images

This commit is contained in:
pulsar89.5 2023-09-20 18:07:52 +02:00
parent 423522fcd5
commit a7066a8164

View File

@ -50,9 +50,9 @@ actions:
set -eux set -eux
# Make sure the locale is built and functional # 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 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 # Cleanup underlying /run
mount -o bind / /mnt mount -o bind / /mnt