From 0c8f87fba4145474673607207b8b3e642e95b535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Wed, 15 May 2024 09:12:48 +0200 Subject: [PATCH] Fixed saving locales in Live ISO --- live/src/config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/live/src/config.sh b/live/src/config.sh index 140628feb3..a296854adb 100644 --- a/live/src/config.sh +++ b/live/src/config.sh @@ -67,6 +67,7 @@ du -h -s /usr/{share,lib}/locale/ # locales is saved to a file before deleting the locales not supported by Agama. # Agama then reads this file instead of running the "localectl list-locales" # command. +mkdir -p /etc/agama.d localectl list-locales > /etc/agama.d/locales # delete translations and unusupported languages (makes ISO about 22MiB smaller)