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.
18 lines
151 B
YAML
18 lines
151 B
YAML
exclude:
|
|
- /afs
|
|
- /boot
|
|
- /dev
|
|
- /home
|
|
- /media
|
|
- /mnt
|
|
- /opt
|
|
- /proc
|
|
- /root
|
|
- /run
|
|
- /srv
|
|
- /sys
|
|
- /tmp
|
|
- /usr/lib/locale
|
|
- /usr/share/locale
|
|
- /var
|