mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
eudev: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
0accbc1ade
commit
e299dfbefd
Binary file not shown.
@ -39,6 +39,8 @@ elif [ "${1}" = "modules" ]; then
|
||||
|
||||
elif [ "${1}" = "late" ]; then
|
||||
echo "Installing addon eudev - ${1}"
|
||||
|
||||
[ ! -L "/tmpRoot/usr/sbin/modinfo" ] && ln -vsf /usr/bin/kmod /tmpRoot/usr/sbin/modinfo
|
||||
|
||||
echo "copy modules"
|
||||
isChange="false"
|
||||
|
Loading…
Reference in New Issue
Block a user