a134f3fc22
[ci:skip-build]
7 lines
146 B
Bash
7 lines
146 B
Bash
#!/bin/sh
|
|
|
|
# We'll update the hwdb so that the meta key gets fixed
|
|
echo "UPDATING HWDB..."
|
|
udevadm hwdb --update
|
|
|
|
rc-update add sysfsconf default
|