saubermann: ignore dracut map files
This commit is contained in:
parent
9d308aa635
commit
2c4b10220a
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ find /usr/bin /usr/sbin /usr/lib -type f \
|
|||
-or -path '/usr/lib/fontconfig/cache/*' -prune \
|
||||
-or -path '/usr/lib/jvm/*/*policy.jar' -prune \
|
||||
-or -path '/usr/lib/modules/*/extra/*.ko' -prune \
|
||||
-or -path '/usr/lib/dracut/*/block*.map' -prune \
|
||||
-or -print0 \
|
||||
\) | xargs -0 rpm -qf 2>&1 | grep "not owned"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue