mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 20:47:00 +02:00
build_library/check_root: use the new location for kernel modules
The standard location is /usr/lib/modules but on Flatcar "lib" was a symlink to "lib64". Now this is going to be split up in separate directories but with compatibility symlinks. Add the new location to the ignore list.
This commit is contained in:
parent
9b83d3e80b
commit
ee46cf104b
@ -106,6 +106,7 @@ USR_LINKS = ("/bin/", "/sbin/", "/lib/", "/lib32/", "/lib64/")
|
||||
IGNORE_SHEBANG = (
|
||||
"*/python[0-9].[0-9]/cgi.py",
|
||||
"*/usr/lib64/modules/*/source/scripts/*",
|
||||
"*/usr/lib/modules/*/source/scripts/*",
|
||||
"*/usr/share/nova-agent/*/etc/gentoo/nova-agent",
|
||||
"*/tmp/*",
|
||||
"*/Documentation/*",
|
||||
|
Loading…
Reference in New Issue
Block a user