mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
eudev: add hwdb
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
f391cd0b09
commit
b8c8819a6d
@ -107,6 +107,8 @@ elif [ "${1}" = "late" ]; then
|
||||
|
||||
echo "Copy rules"
|
||||
cp -vf /usr/lib/udev/rules.d/* /tmpRoot/usr/lib/udev/rules.d/
|
||||
echo "Copy hwdb"
|
||||
cp -vf /etc/udev/hwdb.d/* /tmpRoot/usr/lib/udev/hwdb.d/
|
||||
|
||||
mkdir -p "/tmpRoot/usr/lib/systemd/system"
|
||||
DEST="/tmpRoot/usr/lib/systemd/system/udevrules.service"
|
||||
|
Loading…
Reference in New Issue
Block a user