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