2020-04-07 19:56:30 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# We'll update the hwdb so that the meta key gets fixed
|
|
|
|
echo "UPDATING HWDB..."
|
|
|
|
udevadm hwdb --update
|
|
|
|
|
2021-07-03 17:38:55 -07:00
|
|
|
rc-update add nvme-powersave boot
|
2020-04-07 19:56:30 +02:00
|
|
|
rc-update add sysfsconf default
|