22912d889a
Make sure acpid will be running as acpid-events-e2k relies on it (and power button handling relies on this one). NB: need to do that before 10-services.
6 lines
187 B
Bash
Executable File
6 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
# e2k power button handling relies on acpid-events-e2k and
|
|
# acpid itself; installer-distro-simply-linux breaks that
|
|
|
|
sed -i '/acpid/d' /usr/share/install2/systemd-disabled ||:
|