diff --git a/features.in/e2k/install2/image-scripts.d/01-e2k-acpid b/features.in/e2k/install2/image-scripts.d/01-e2k-acpid new file mode 100755 index 00000000..3fda28d6 --- /dev/null +++ b/features.in/e2k/install2/image-scripts.d/01-e2k-acpid @@ -0,0 +1,5 @@ +#!/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 ||: