aboutsummaryrefslogtreecommitdiff
path: root/fex-excludes.yaml
AgeCommit message (Collapse)Author
2025-11-26teams/asahi: FEX: Exclude locale dataGravatar Janne Grunau
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.
2024-12-09teams/asahi: FEX: Minimize rootfs by removing most data files and executablesGravatar Asahi Lina
We only really need i686/x86_64 libraries, and executables which do not exist (or do not work equivalently) on the arm64 host system. In particular, removing libexec avoids situations where random dbus services are started under emulation for no reason.
2024-10-11FEX: exclude /usr/share/fonts to avoid shadowing the host fontsGravatar Janne Grunau
2024-09-28Add FEX-RootFS definitionGravatar Davide Cavalca
Add a new definition for a RootFS to be used by FEX (https://src.fedoraproject.org/rpms/fex-emu). This is based on the upstream manifest (https://github.com/FEX-Emu/RootFS/blob/main/Configs/Fedora_40.json). Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>