8 lines
146 B
Text
8 lines
146 B
Text
|
#!/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
|