From 03aacd1818f24ff945f206ac580699b6b23cef11 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Fri, 30 Aug 2024 11:30:26 -0700 Subject: Add FEX-RootFS definition 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 --- fex-excludes.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 fex-excludes.yaml (limited to 'fex-excludes.yaml') diff --git a/fex-excludes.yaml b/fex-excludes.yaml new file mode 100644 index 0000000..2619ae6 --- /dev/null +++ b/fex-excludes.yaml @@ -0,0 +1,34 @@ +exclude: +- /dev +- /sys +- /proc +- /etc/hosts +- /etc/resolv.conf +- /etc/timezone +- /etc/localtime +- /etc/passwd +- /etc/passwd- +- /etc/group +- /etc/group- +- /etc/shadow +- /etc/shadow- +- /etc/gshadow +- /etc/gshadow- +- /etc/fstab +- /etc/mtab +- /etc/subuid +- /etc/subgid +- /etc/machine-id +- /boot +- /home +- /media +- /mnt +- /root +- /srv +- /tmp +- /run +- /opt +- /var/tmp +- /var/run +- /var/lock +- /var/lib/dbus/machine-id -- cgit v1.3.1+13