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>
35 lines
412 B
YAML
35 lines
412 B
YAML
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
|