diff options
author | Dermot Bradley <dermot_bradley@yahoo.com> | 2022-04-15 18:20:29 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-04-19 12:10:33 +0000 |
commit | d7044c3a4456645db927a2f0d2a864fa42a3e2a9 (patch) | |
tree | d04c882c62087bf0cd78959f026261a4466a1383 /.mailmap | |
parent | 928a3e06811655db710c78e519e5cc9fcb2dd21b (diff) | |
download | alpine-conf-d7044c3a4456645db927a2f0d2a864fa42a3e2a9.zip |
setup-alpine.in: only enable acpid if machine has ACPI support
The acpid init.d daemon should not be enabled on machines that do not
actually have ACPI support - this includes most Arm SBCs and
occasionally some x86/x86_64 machines (including Firecracker VMs).
If acpid is enabled in such situations then it will fail to start and
the OpenRC service will show as crashed.
Only enable the acpid service if the /sys/firmware/acpi directory
exists which indicates the machine does have ACPI support.
Closes https://gitlab.alpinelinux.org/alpine/aports/-/issues/12290 and
https://gitlab.alpinelinux.org/alpine/aports/-/issues/13700.
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions