Skip to content

Commit

Permalink
Merge pull request #60 from jcpunk/el10
Browse files Browse the repository at this point in the history
Stub out settings to match/extend EL10's default config
  • Loading branch information
jcpunk authored Jan 5, 2025
2 parents a336e2f + 3ac99d1 commit 0e3ea5d
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 2 deletions.
105 changes: 105 additions & 0 deletions data/RedHat-10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
---

mlocate::locate: plocate

mlocate::prunefs:
- 9p
- afs
- anon_inodefs
- auto
- autofs
- bdev
- binfmt_misc
- ceph
- cgroup
- cgroup2
- cifs
- coda
- configfs
- cpuset
- curlftpfs
- debugfs
- devpts
- devtmpfs
- ecryptfs
- efivarfs
- exofs
- ftpfs
- fuse
- fuse.ceph
- fuse.cryfs
- fuse.encfs
- fuse.glusterfs
- fuse.fvfsd-fuse
- fuse.mfs
- fuse.portal
- fuse.rclone
- fuse.rozofs
- fuse.sshfs
- fusec
- fusectl
- fusesmb
- gfs
- gfs2
- gpfs
- hugetlbfs
- inotifyfs
- iso9660
- jffs2
- lustre
- lustre_lite
- mfs
- mqueue
- ncpfs
- nfs
- nfs4
- nfsd
- ocfs
- ocfs2
- pipefs
- proc
- pstore
- ramfs
- rootfs
- rpc_pipefs
- securityfs
- selinuxfs
- sfs
- smbfs
- sockfs
- sysfs
- tmpfs
- tracefs
- ubifs
- udev
- udf
- usbfs

mlocate::prunepaths:
- /afs
- /dev
- /media
- /mnt
- /net
- /proc
- /run
- /sfs
- /sys
- /sysroot/ostree/deploy
- /tmp
- /udev
- /var/cache
- /var/lib/ceph
- /var/lib/dnf
- /var/lib/mock
- /var/spool
- /var/tmp

mlocate::prunenames:
- '{arch}'
- .arch-ids
- .bzr
- .git
- .hg
- .svn
- CVS
6 changes: 4 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"operatingsystemrelease": [
"7",
"8",
"9"
"9",
"10"
]
},
{
Expand All @@ -64,7 +65,8 @@
"operatingsystemrelease": [
"7",
"8",
"9"
"9",
"10"
]
},
{
Expand Down

0 comments on commit 0e3ea5d

Please sign in to comment.