Commit 7d48ee98 authored by Michael Shigorin's avatar Michael Shigorin

alt-server.mk: add +power +net-eth on e2k

These would have been lost as compared to 9.0 release otherwise, and e2k's power button handling differs slightly so acpid is a must.
parent 8b410d6a
......@@ -63,4 +63,8 @@ ifeq (,$(filter-out ppc64le aarch64 e2k%,$(ARCH)))
distro/alt-server:: use/install2/vnc/listen; @:
endif
ifeq (,$(filter-out e2k%,$(ARCH)))
distro/alt-server:: +power +net-eth; @:
endif
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment