8 lines
180 B
Bash
8 lines
180 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 nvme-powersave boot
|
|
rc-update add sysfsconf default
|