mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-02-25 00:34:29 +01:00
Merge branch 'modesetting-ldd-check' into 'master'
add ldd check for modesetting_drv.so too See merge request systemrescue/systemrescue-sources!140
This commit is contained in:
commit
2e90f77b0a
|
|
@ -6,6 +6,7 @@ for curfile in /usr/bin/{*btrfs*,*xfs*,dislocker*,udp*,dump,restore} \
|
|||
/opt/firefox*/firefox* \
|
||||
/usr/lib/ntfs-3g/ntfs-plugin*.so \
|
||||
/usr/lib/libgbm.so* \
|
||||
/usr/lib/xorg/modules/drivers/modesetting_drv.so \
|
||||
/usr/lib/libdislocker.so*
|
||||
do
|
||||
test -x ${curfile} || continue
|
||||
|
|
|
|||
Loading…
Reference in a new issue