Skip to content

Commit

Permalink
Fixed saving locales in Live ISO (#1209)
Browse files Browse the repository at this point in the history
Fixup for #1207, the output directory does not exist at that point.
  • Loading branch information
lslezak authored May 15, 2024
2 parents de5b8f3 + 0c8f87f commit 12f374c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions live/src/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 12f374c

Please sign in to comment.