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 <alyssa@rosenzweig.io>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user