diff options
| author | 2025-11-26 19:13:25 +0100 | |
|---|---|---|
| committer | 2025-11-26 19:13:25 +0100 | |
| commit | 093f4032b7da6daf0b85e1a57c945a3d9ad78a9e (patch) | |
| tree | 7900b83920a7b952f3de3f3b12dcd59b14821d7f | |
| parent | 37ddbeda1ac74584eaad75849ab108e94b71bfa1 (diff) | |
| download | kiwi-descriptions-093f4032b7da6daf0b85e1a57c945a3d9ad78a9e.tar.gz kiwi-descriptions-093f4032b7da6daf0b85e1a57c945a3d9ad78a9e.zip | |
teams/asahi: FEX: Exclude locale data
Excluding the locale data allows programs running under FEX to use the
hosts locale data and thus the use of any non-english locale already
installed by the user.
| -rw-r--r-- | fex-excludes.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fex-excludes.yaml b/fex-excludes.yaml index 3582368..b82a4c7 100644 --- a/fex-excludes.yaml +++ b/fex-excludes.yaml @@ -12,4 +12,6 @@ exclude: - /srv - /sys - /tmp +- /usr/lib/locale +- /usr/share/locale - /var |